Html Css Color HEX #66717F Raven

📋 copy color: '#66717F'

red 102 ◦ green 113 ◦ blue 127

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

Shades of Raven #66717F

Tints of Raven #66717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 29.82%
G = 33.04%
B = 37.13%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#66717F (or 0x66717F) is known color: Raven. HEX triplet: 66, 71 and 7F. RGB value is (102,113,127). Sum of RGB (Red+Green+Blue) = 102+113+127=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #66717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66717F is #998E80. Grayscale: #6F6F6F. Windows color (decimal): -10063489 or 8352102. OLE color: 8352102.

HSL color Cylindrical-coordinate representation of color #66717F: hue angle of 213.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66717F is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 113 127 -
CMYK 0.20 0.11 0 0.50
HSL 213.6º 0.11% 0.45% -
HSV(B) 213.6º 0.2% 0.5% -
XYZ 15.22 16.17 22.4 -
YUV 111.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 102 113 127 0.20 0.11 0 0.50 213.6 0.11 0.45
Hex 66 71 7F 14 B 0 32 D6 B 2D
Octal 146 161 177 24 13 0 62 326 13 55
Binary 1100110 1110001 1111111 10100 1011 0 110010 11010110 1011 101101

Color Harmonies of #66717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66717F

Black with #66717F

Text Example


Text Example

White with #66717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66717F; }

 p { color: rgb(102,113,127); }

 H1.HeaderClassName
 {
   color: #66717F;
 }
 .AnyTagClassName
 {
   color: #66717F;
 }
</style>

background-color css

<style>
 a { background-color: #66717F; }

 a { background-color: rgb(102,113,127); }

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

border-color css

<style>
 span { border-color: #66717F; }

 span { border-color: rgb(102,113,127); }

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