Html Css Color HEX #676D76 Raven

📋 copy color: '#676D76'

red 103 ◦ green 109 ◦ blue 118

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

Shades of Raven #676D76

Tints of Raven #676D76

RGB

 RED value IS 103 (40.63% from 255) = 31.21%

 GREEN value IS 109 (42.97% from 255) = 33.03%

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

R = 31.21%
G = 33.03%
B = 35.76%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#676D76 (or 0x676D76) is known color: Raven. HEX triplet: 67, 6D and 76. RGB value is (103,109,118). Sum of RGB (Red+Green+Blue) = 103+109+118=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #676D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D76 is #989289. Grayscale: #6C6C6C. Windows color (decimal): -9998986 or 7761255. OLE color: 7761255.

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

Color convert

RGB 103 109 118 -
CMYK 0.13 0.08 0 0.54
HSL 216º 0.07% 0.43% -
HSV(B) 216º 0.13% 0.46% -
XYZ 14.33 15.13 19.3 -
YUV 108.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 103 109 118 0.13 0.08 0 0.54 216 0.07 0.43
Hex 67 6D 76 D 8 0 36 D8 7 2B
Octal 147 155 166 15 10 0 66 330 7 53
Binary 1100111 1101101 1110110 1101 1000 0 110110 11011000 111 101011

Color Harmonies of #676D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D76

Black with #676D76

Text Example


Text Example

White with #676D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676D76; }

 p { color: rgb(103,109,118); }

 H1.HeaderClassName
 {
   color: #676D76;
 }
 .AnyTagClassName
 {
   color: #676D76;
 }
</style>

background-color css

<style>
 a { background-color: #676D76; }

 a { background-color: rgb(103,109,118); }

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

border-color css

<style>
 span { border-color: #676D76; }

 span { border-color: rgb(103,109,118); }

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