Html Css Color HEX #67777C Blue Bayoux

📋 copy color: '#67777C'

red 103 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #67777C

Tints of Blue Bayoux #67777C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 29.77%
G = 34.39%
B = 35.84%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#67777C (or 0x67777C) is known color: Blue Bayoux. HEX triplet: 67, 77 and 7C. RGB value is (103,119,124). Sum of RGB (Red+Green+Blue) = 103+119+124=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #67777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67777C is #988883. Grayscale: #727272. Windows color (decimal): -9996420 or 8157031. OLE color: 8157031.

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

Color convert

RGB 103 119 124 -
CMYK 0.17 0.04 0 0.51
HSL 194.29º 0.09% 0.45% -
HSV(B) 194.29º 0.17% 0.49% -
XYZ 15.83 17.53 21.62 -
YUV 114.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 103 119 124 0.17 0.04 0 0.51 194.29 0.09 0.45
Hex 67 77 7C 11 4 0 33 C2 9 2D
Octal 147 167 174 21 4 0 63 302 11 55
Binary 1100111 1110111 1111100 10001 100 0 110011 11000010 1001 101101

Color Harmonies of #67777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67777C

Black with #67777C

Text Example


Text Example

White with #67777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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