Html Css Color HEX #66707D Raven

📋 copy color: '#66707D'

red 102 ◦ green 112 ◦ blue 125

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

Shades of Raven #66707D

Tints of Raven #66707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 30.09%
G = 33.04%
B = 36.87%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66707D (or 0x66707D) is known color: Raven. HEX triplet: 66, 70 and 7D. RGB value is (102,112,125). Sum of RGB (Red+Green+Blue) = 102+112+125=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #66707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66707D is #998F82. Grayscale: #6E6E6E. Windows color (decimal): -10063747 or 8220774. OLE color: 8220774.

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

Color convert

RGB 102 112 125 -
CMYK 0.18 0.10 0 0.51
HSL 213.91º 0.1% 0.45% -
HSV(B) 213.91º 0.18% 0.49% -
XYZ 14.98 15.89 21.68 -
YUV 110.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 102 112 125 0.18 0.10 0 0.51 213.91 0.1 0.45
Hex 66 70 7D 12 A 0 33 D6 A 2D
Octal 146 160 175 22 12 0 63 326 12 55
Binary 1100110 1110000 1111101 10010 1010 0 110011 11010110 1010 101101

Color Harmonies of #66707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66707D

Black with #66707D

Text Example


Text Example

White with #66707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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