Html Css Color HEX #66727B Raven

📋 copy color: '#66727B'

red 102 ◦ green 114 ◦ blue 123

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

Shades of Raven #66727B

Tints of Raven #66727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 30.09%
G = 33.63%
B = 36.28%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#66727B (or 0x66727B) is known color: Raven. HEX triplet: 66, 72 and 7B. RGB value is (102,114,123). Sum of RGB (Red+Green+Blue) = 102+114+123=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #66727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66727B is #998D84. Grayscale: #6F6F6F. Windows color (decimal): -10063237 or 8090214. OLE color: 8090214.

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

Color convert

RGB 102 114 123 -
CMYK 0.17 0.07 0 0.52
HSL 205.71º 0.09% 0.44% -
HSV(B) 205.71º 0.17% 0.48% -
XYZ 15.07 16.29 21.09 -
YUV 111.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 102 114 123 0.17 0.07 0 0.52 205.71 0.09 0.44
Hex 66 72 7B 11 7 0 34 CE 9 2C
Octal 146 162 173 21 7 0 64 316 11 54
Binary 1100110 1110010 1111011 10001 111 0 110100 11001110 1001 101100

Color Harmonies of #66727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66727B

Black with #66727B

Text Example


Text Example

White with #66727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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