Html Css Color HEX #656A76 Raven

📋 copy color: '#656A76'

red 101 ◦ green 106 ◦ blue 118

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

Shades of Raven #656A76

Tints of Raven #656A76

RGB

 RED value IS 101 (39.84% from 255) = 31.08%

 GREEN value IS 106 (41.8% from 255) = 32.62%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 31.08%
G = 32.62%
B = 36.31%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656A76 (or 0x656A76) is known color: Raven. HEX triplet: 65, 6A and 76. RGB value is (101,106,118). Sum of RGB (Red+Green+Blue) = 101+106+118=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #656A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A76 is #9A9589. Grayscale: #696969. Windows color (decimal): -10130826 or 7760485. OLE color: 7760485.

HSL color Cylindrical-coordinate representation of color #656A76: hue angle of 222.35º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656A76 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 106 118 -
CMYK 0.14 0.10 0 0.54
HSL 222.35º 0.08% 0.43% -
HSV(B) 222.35º 0.14% 0.46% -
XYZ 13.79 14.38 19.19 -
YUV 105.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 101 106 118 0.14 0.10 0 0.54 222.35 0.08 0.43
Hex 65 6A 76 E A 0 36 DE 8 2B
Octal 145 152 166 16 12 0 66 336 10 53
Binary 1100101 1101010 1110110 1110 1010 0 110110 11011110 1000 101011

Color Harmonies of #656A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656A76

Black with #656A76

Text Example


Text Example

White with #656A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,106,118); }

 H1.HeaderClassName
 {
   color: #656A76;
 }
 .AnyTagClassName
 {
   color: #656A76;
 }
</style>

background-color css

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

 a { background-color: rgb(101,106,118); }

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

border-color css

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

 span { border-color: rgb(101,106,118); }

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