Html Css Color HEX #676D77 Raven

📋 copy color: '#676D77'

red 103 ◦ green 109 ◦ blue 119

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

Shades of Raven #676D77

Tints of Raven #676D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 31.12%
G = 32.93%
B = 35.95%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676D77 (or 0x676D77) is known color: Raven. HEX triplet: 67, 6D and 77. RGB value is (103,109,119). Sum of RGB (Red+Green+Blue) = 103+109+119=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #676D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D77 is #989288. Grayscale: #6C6C6C. Windows color (decimal): -9998985 or 7826791. OLE color: 7826791.

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

Color convert

RGB 103 109 119 -
CMYK 0.13 0.08 0 0.53
HSL 217.5º 0.07% 0.44% -
HSV(B) 217.5º 0.13% 0.47% -
XYZ 14.39 15.15 19.62 -
YUV 108.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 103 109 119 0.13 0.08 0 0.53 217.5 0.07 0.44
Hex 67 6D 77 D 8 0 35 DA 7 2C
Octal 147 155 167 15 10 0 65 332 7 54
Binary 1100111 1101101 1110111 1101 1000 0 110101 11011010 111 101100

Color Harmonies of #676D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D77

Black with #676D77

Text Example


Text Example

White with #676D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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