Html Css Color HEX #66787C Blue Bayoux

📋 copy color: '#66787C'

red 102 ◦ green 120 ◦ blue 124

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

Shades of Blue Bayoux #66787C

Tints of Blue Bayoux #66787C

RGB

 RED value IS 102 (40.23% from 255) = 29.48%

 GREEN value IS 120 (47.27% from 255) = 34.68%

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

R = 29.48%
G = 34.68%
B = 35.84%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66787C (or 0x66787C) is known color: Blue Bayoux. HEX triplet: 66, 78 and 7C. RGB value is (102,120,124). Sum of RGB (Red+Green+Blue) = 102+120+124=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 120 (47.27% from 255 or 34.68% 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 #66787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66787C is #998783. Grayscale: #737373. Windows color (decimal): -10061700 or 8157286. OLE color: 8157286.

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

Color convert

RGB 102 120 124 -
CMYK 0.18 0.03 0 0.51
HSL 190.91º 0.1% 0.44% -
HSV(B) 190.91º 0.18% 0.49% -
XYZ 15.83 17.71 21.65 -
YUV 115.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 102 120 124 0.18 0.03 0 0.51 190.91 0.1 0.44
Hex 66 78 7C 12 3 0 33 BF A 2C
Octal 146 170 174 22 3 0 63 277 12 54
Binary 1100110 1111000 1111100 10010 11 0 110011 10111111 1010 101100

Color Harmonies of #66787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66787C

Black with #66787C

Text Example


Text Example

White with #66787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,120,124); }

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

background-color css

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

 a { background-color: rgb(102,120,124); }

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

border-color css

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

 span { border-color: rgb(102,120,124); }

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