Html Css Color HEX #66777C Blue Bayoux

📋 copy color: '#66777C'

red 102 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #66777C

Tints of Blue Bayoux #66777C

RGB

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

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

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

R = 29.57%
G = 34.49%
B = 35.94%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66777C (or 0x66777C) is known color: Blue Bayoux. HEX triplet: 66, 77 and 7C. RGB value is (102,119,124). Sum of RGB (Red+Green+Blue) = 102+119+124=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #66777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66777C is #998883. Grayscale: #727272. Windows color (decimal): -10061956 or 8157030. OLE color: 8157030.

HSL color Cylindrical-coordinate representation of color #66777C: hue angle of 193.64º 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 #66777C is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 119 124 -
CMYK 0.18 0.04 0 0.51
HSL 193.64º 0.1% 0.44% -
HSV(B) 193.64º 0.18% 0.49% -
XYZ 15.71 17.47 21.61 -
YUV 114.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 102 119 124 0.18 0.04 0 0.51 193.64 0.1 0.44
Hex 66 77 7C 12 4 0 33 C2 A 2C
Octal 146 167 174 22 4 0 63 302 12 54
Binary 1100110 1110111 1111100 10010 100 0 110011 11000010 1010 101100

Color Harmonies of #66777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66777C

Black with #66777C

Text Example


Text Example

White with #66777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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