#66707B

Color #66707B Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #66707B

Tints of Raven #66707B

Color information

#66707B (or 0x66707B) is unknown color: approx Raven. HEX triplet: 66, 70 and 7B. RGB value is (102,112,123). Sum of RGB (Red+Green+Blue) = 102+112+123=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #66707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66707B is #998F84. Grayscale: #6E6E6E. Windows color (decimal): -10063749 or 8089702. OLE color: 8089702.

HSL color Cylindrical-coordinate representation of color #66707B: hue angle of 211.43º 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 #66707B is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB102112123-
CMYK0.170.0900.52
HSL211.43º9.33%44.12%-
HSV(B)211.43º17.07%48.24%-
XYZ14.8515.8421.01-
YUV110.26135.19122.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=30.27%
G=33.23%
B=36.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021121230.170.0900.52211.439.3344.12
Hex66707B119034d392c
Octal14616017321110643231154
Binary1100110111000011110111000110010110100110100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66707B;
 }
 .AnyTagClassName
 {
   color: #66707B;
 }
</style>
background-color css

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

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

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

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

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

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