Html Css Color HEX #66707F Raven

📋 copy color: '#66707F'

red 102 ◦ green 112 ◦ blue 127

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

Shades of Raven #66707F

Tints of Raven #66707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

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

R = 29.91%
G = 32.84%
B = 37.24%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#66707F (or 0x66707F) is known color: Raven. HEX triplet: 66, 70 and 7F. RGB value is (102,112,127). Sum of RGB (Red+Green+Blue) = 102+112+127=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #66707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66707F is #998F80. Grayscale: #6E6E6E. Windows color (decimal): -10063745 or 8351846. OLE color: 8351846.

HSL color Cylindrical-coordinate representation of color #66707F: hue angle of 216º 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 #66707F is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 112 127 -
CMYK 0.20 0.12 0 0.50
HSL 216º 0.11% 0.45% -
HSV(B) 216º 0.2% 0.5% -
XYZ 15.1 15.95 22.36 -
YUV 110.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 102 112 127 0.20 0.12 0 0.50 216 0.11 0.45
Hex 66 70 7F 14 C 0 32 D8 B 2D
Octal 146 160 177 24 14 0 62 330 13 55
Binary 1100110 1110000 1111111 10100 1100 0 110010 11011000 1011 101101

Color Harmonies of #66707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66707F

Black with #66707F

Text Example


Text Example

White with #66707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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