Html Css Color HEX #66727A Blue Bayoux

📋 copy color: '#66727A'

red 102 ◦ green 114 ◦ blue 122

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

Shades of Blue Bayoux #66727A

Tints of Blue Bayoux #66727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 30.18%
G = 33.73%
B = 36.09%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#66727A (or 0x66727A) is known color: Blue Bayoux. HEX triplet: 66, 72 and 7A. RGB value is (102,114,122). Sum of RGB (Red+Green+Blue) = 102+114+122=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #66727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66727A is #998D85. Grayscale: #6F6F6F. Windows color (decimal): -10063238 or 8024678. OLE color: 8024678.

HSL color Cylindrical-coordinate representation of color #66727A: hue angle of 204º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66727A is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 114 122 -
CMYK 0.16 0.07 0 0.52
HSL 204º 0.09% 0.44% -
HSV(B) 204º 0.16% 0.48% -
XYZ 15.01 16.26 20.76 -
YUV 111.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 102 114 122 0.16 0.07 0 0.52 204 0.09 0.44
Hex 66 72 7A 10 7 0 34 CC 9 2C
Octal 146 162 172 20 7 0 64 314 11 54
Binary 1100110 1110010 1111010 10000 111 0 110100 11001100 1001 101100

Color Harmonies of #66727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66727A

Black with #66727A

Text Example


Text Example

White with #66727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66727A; }

 p { color: rgb(102,114,122); }

 H1.HeaderClassName
 {
   color: #66727A;
 }
 .AnyTagClassName
 {
   color: #66727A;
 }
</style>

background-color css

<style>
 a { background-color: #66727A; }

 a { background-color: rgb(102,114,122); }

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

border-color css

<style>
 span { border-color: #66727A; }

 span { border-color: rgb(102,114,122); }

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