Html Css Color HEX #676B73 Raven

📋 copy color: '#676B73'

red 103 ◦ green 107 ◦ blue 115

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

Shades of Raven #676B73

Tints of Raven #676B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.92%

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

R = 31.69%
G = 32.92%
B = 35.38%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676B73 (or 0x676B73) is known color: Raven. HEX triplet: 67, 6B and 73. RGB value is (103,107,115). Sum of RGB (Red+Green+Blue) = 103+107+115=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #676B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B73 is #98948C. Grayscale: #6A6A6A. Windows color (decimal): -9999501 or 7564135. OLE color: 7564135.

HSL color Cylindrical-coordinate representation of color #676B73: hue angle of 220º 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 #676B73 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 107 115 -
CMYK 0.10 0.07 0 0.55
HSL 220º 0.06% 0.43% -
HSV(B) 220º 0.1% 0.45% -
XYZ 13.95 14.64 18.31 -
YUV 106.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 103 107 115 0.10 0.07 0 0.55 220 0.06 0.43
Hex 67 6B 73 A 7 0 37 DC 6 2B
Octal 147 153 163 12 7 0 67 334 6 53
Binary 1100111 1101011 1110011 1010 111 0 110111 11011100 110 101011

Color Harmonies of #676B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676B73

Black with #676B73

Text Example


Text Example

White with #676B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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