#656D78

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

Shades of Raven #656D78

Tints of Raven #656D78

Color information

#656D78 (or 0x656D78) is unknown color: approx Raven. HEX triplet: 65, 6D and 78. RGB value is (101,109,120). Sum of RGB (Red+Green+Blue) = 101+109+120=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #656D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D78 is #9A9287. Grayscale: #6B6B6B. Windows color (decimal): -10130056 or 7892325. OLE color: 7892325.

HSL color Cylindrical-coordinate representation of color #656D78: hue angle of 214.74º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656D78 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB101109120-
CMYK0.160.0900.53
HSL214.74º8.6%43.33%-
HSV(B)214.74º15.83%47.06%-
XYZ14.2315.0619.93-
YUV107.86134.85123.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=30.61%
G=33.03%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1011091200.160.0900.53214.748.643.33
Hex656D78109035d792b
Octal14515517020110653271153
Binary1100101110110111110001000010010110101110101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656D78; }

 p { color: rgb(101,109,120); }

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

<style>
 a { background-color: #656D78; }

 a { background-color: rgb(101,109,120); }

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

<style>
 span { border-color: #656D78; }

 span { border-color: rgb(101,109,120); }

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