Html Css Color HEX #66727E Raven

📋 copy color: '#66727E'

red 102 ◦ green 114 ◦ blue 126

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

Shades of Raven #66727E

Tints of Raven #66727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 29.82%
G = 33.33%
B = 36.84%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66727E (or 0x66727E) is known color: Raven. HEX triplet: 66, 72 and 7E. RGB value is (102,114,126). Sum of RGB (Red+Green+Blue) = 102+114+126=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #66727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66727E is #998D81. Grayscale: #6F6F6F. Windows color (decimal): -10063234 or 8286822. OLE color: 8286822.

HSL color Cylindrical-coordinate representation of color #66727E: hue angle of 210º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66727E is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 114 126 -
CMYK 0.19 0.10 0 0.51
HSL 210º 0.11% 0.45% -
HSV(B) 210º 0.19% 0.49% -
XYZ 15.26 16.37 22.09 -
YUV 111.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 102 114 126 0.19 0.10 0 0.51 210 0.11 0.45
Hex 66 72 7E 13 A 0 33 D2 B 2D
Octal 146 162 176 23 12 0 63 322 13 55
Binary 1100110 1110010 1111110 10011 1010 0 110011 11010010 1011 101101

Color Harmonies of #66727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66727E

Black with #66727E

Text Example


Text Example

White with #66727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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