#65707C

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

Shades of Raven #65707C

Tints of Raven #65707C

Color information

#65707C (or 0x65707C) is unknown color: approx Raven. HEX triplet: 65, 70 and 7C. RGB value is (101,112,124). Sum of RGB (Red+Green+Blue) = 101+112+124=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #65707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65707C is #9A8F83. Grayscale: #6E6E6E. Windows color (decimal): -10129284 or 8155237. OLE color: 8155237.

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

Color convert

RGB101112124-
CMYK0.190.1000.51
HSL211.3º10.22%44.12%-
HSV(B)211.3º18.55%48.63%-
XYZ14.815.8121.34-
YUV110.08135.86121.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=29.97%
G=33.23%
B=36.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1011121240.190.1000.51211.310.2244.12
Hex65707C13A033d3a2c
Octal14516017423120633231254
Binary1100101111000011111001001110100110011110100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65707C; }

 p { color: rgb(101,112,124); }

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

<style>
 a { background-color: #65707C; }

 a { background-color: rgb(101,112,124); }

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

<style>
 span { border-color: #65707C; }

 span { border-color: rgb(101,112,124); }

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