Html Css Color HEX #696F76 Raven

📋 copy color: '#696F76'

red 105 ◦ green 111 ◦ blue 118

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

Shades of Raven #696F76

Tints of Raven #696F76

RGB

 RED value IS 105 (41.41% from 255) = 31.44%

 GREEN value IS 111 (43.75% from 255) = 33.23%

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

R = 31.44%
G = 33.23%
B = 35.33%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696F76 (or 0x696F76) is known color: Raven. HEX triplet: 69, 6F and 76. RGB value is (105,111,118). Sum of RGB (Red+Green+Blue) = 105+111+118=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 118 - color contains mainly: blue. Hex color #696F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F76 is #969089. Grayscale: #6D6D6D. Windows color (decimal): -9867402 or 7761769. OLE color: 7761769.

HSL color Cylindrical-coordinate representation of color #696F76: hue angle of 212.31º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #696F76 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 111 118 -
CMYK 0.11 0.06 0 0.54
HSL 212.31º 0.06% 0.44% -
HSV(B) 212.31º 0.11% 0.46% -
XYZ 14.78 15.68 19.39 -
YUV 110 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 105 111 118 0.11 0.06 0 0.54 212.31 0.06 0.44
Hex 69 6F 76 B 6 0 36 D4 6 2C
Octal 151 157 166 13 6 0 66 324 6 54
Binary 1101001 1101111 1110110 1011 110 0 110110 11010100 110 101100

Color Harmonies of #696F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F76

Black with #696F76

Text Example


Text Example

White with #696F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696F76; }

 p { color: rgb(105,111,118); }

 H1.HeaderClassName
 {
   color: #696F76;
 }
 .AnyTagClassName
 {
   color: #696F76;
 }
</style>

background-color css

<style>
 a { background-color: #696F76; }

 a { background-color: rgb(105,111,118); }

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

border-color css

<style>
 span { border-color: #696F76; }

 span { border-color: rgb(105,111,118); }

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