Html Css Color HEX #676A73 Raven

📋 copy color: '#676A73'

red 103 ◦ green 106 ◦ blue 115

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

Shades of Raven #676A73

Tints of Raven #676A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 31.79%
G = 32.72%
B = 35.49%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676A73 (or 0x676A73) is known color: Raven. HEX triplet: 67, 6A and 73. RGB value is (103,106,115). Sum of RGB (Red+Green+Blue) = 103+106+115=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #676A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A73 is #98958C. Grayscale: #6A6A6A. Windows color (decimal): -9999757 or 7563879. OLE color: 7563879.

HSL color Cylindrical-coordinate representation of color #676A73: hue angle of 225º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676A73 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 106 115 -
CMYK 0.10 0.08 0 0.55
HSL 225º 0.06% 0.43% -
HSV(B) 225º 0.1% 0.45% -
XYZ 13.84 14.43 18.28 -
YUV 106.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 103 106 115 0.10 0.08 0 0.55 225 0.06 0.43
Hex 67 6A 73 A 8 0 37 E1 6 2B
Octal 147 152 163 12 10 0 67 341 6 53
Binary 1100111 1101010 1110011 1010 1000 0 110111 11100001 110 101011

Color Harmonies of #676A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A73

Black with #676A73

Text Example


Text Example

White with #676A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,106,115); }

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

background-color css

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

 a { background-color: rgb(103,106,115); }

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

border-color css

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

 span { border-color: rgb(103,106,115); }

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