Html Css Color HEX #676C79 Raven

📋 copy color: '#676C79'

red 103 ◦ green 108 ◦ blue 121

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

Shades of Raven #676C79

Tints of Raven #676C79

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 121 (47.66% from 255) = 36.45%

R = 31.02%
G = 32.53%
B = 36.45%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676C79 (or 0x676C79) is known color: Raven. HEX triplet: 67, 6C and 79. RGB value is (103,108,121). Sum of RGB (Red+Green+Blue) = 103+108+121=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 121 - color contains mainly: blue. Hex color #676C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676C79 is #989386. Grayscale: #6B6B6B. Windows color (decimal): -9999239 or 7957607. OLE color: 7957607.

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

Color convert

RGB 103 108 121 -
CMYK 0.15 0.11 0 0.53
HSL 223.33º 0.08% 0.44% -
HSV(B) 223.33º 0.15% 0.47% -
XYZ 14.41 14.99 20.22 -
YUV 107.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 103 108 121 0.15 0.11 0 0.53 223.33 0.08 0.44
Hex 67 6C 79 F B 0 35 DF 8 2C
Octal 147 154 171 17 13 0 65 337 10 54
Binary 1100111 1101100 1111001 1111 1011 0 110101 11011111 1000 101100

Color Harmonies of #676C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676C79

Black with #676C79

Text Example


Text Example

White with #676C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,108,121); }

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

background-color css

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

 a { background-color: rgb(103,108,121); }

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

border-color css

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

 span { border-color: rgb(103,108,121); }

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