Html Css Color HEX #67777D Blue Bayoux

📋 copy color: '#67777D'

red 103 ◦ green 119 ◦ blue 125

#67777D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #67777D

Tints of Blue Bayoux #67777D

RGB

 RED value IS 103 (40.63% from 255) = 29.68%

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 29.68%
G = 34.29%
B = 36.02%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#67777D (or 0x67777D) is known color: Blue Bayoux. HEX triplet: 67, 77 and 7D. RGB value is (103,119,125). Sum of RGB (Red+Green+Blue) = 103+119+125=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #67777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67777D is #988882. Grayscale: #727272. Windows color (decimal): -9996419 or 8222567. OLE color: 8222567.

HSL color Cylindrical-coordinate representation of color #67777D: hue angle of 196.36º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #67777D is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 119 125 -
CMYK 0.18 0.05 0 0.51
HSL 196.36º 0.1% 0.45% -
HSV(B) 196.36º 0.18% 0.49% -
XYZ 15.89 17.56 21.95 -
YUV 114.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 103 119 125 0.18 0.05 0 0.51 196.36 0.1 0.45
Hex 67 77 7D 12 5 0 33 C4 A 2D
Octal 147 167 175 22 5 0 63 304 12 55
Binary 1100111 1110111 1111101 10010 101 0 110011 11000100 1010 101101

Color Harmonies of #67777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67777D

Black with #67777D

Text Example


Text Example

White with #67777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67777D; }

 p { color: rgb(103,119,125); }

 H1.HeaderClassName
 {
   color: #67777D;
 }
 .AnyTagClassName
 {
   color: #67777D;
 }
</style>

background-color css

<style>
 a { background-color: #67777D; }

 a { background-color: rgb(103,119,125); }

 div.DivClassName
 {
   background-color: #67777D;
 }
 .BgClassName
 {
   background-color: #67777D;
 }
</style>

border-color css

<style>
 span { border-color: #67777D; }

 span { border-color: rgb(103,119,125); }

 td.TdClassName
 {
   border-color: #67777D;
 }
 .TagClassName
 {
   border-color: #67777D;
 }
</style>