Html Css Color HEX #676A71 Raven

📋 copy color: '#676A71'

red 103 ◦ green 106 ◦ blue 113

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

Shades of Raven #676A71

Tints of Raven #676A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 31.99%
G = 32.92%
B = 35.09%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#676A71 (or 0x676A71) is known color: Raven. HEX triplet: 67, 6A and 71. RGB value is (103,106,113). Sum of RGB (Red+Green+Blue) = 103+106+113=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #676A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A71 is #98958E. Grayscale: #696969. Windows color (decimal): -9999759 or 7432807. OLE color: 7432807.

HSL color Cylindrical-coordinate representation of color #676A71: hue angle of 222º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #676A71 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 106 113 -
CMYK 0.09 0.06 0 0.56
HSL 222º 0.05% 0.42% -
HSV(B) 222º 0.09% 0.44% -
XYZ 13.73 14.38 17.68 -
YUV 105.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 103 106 113 0.09 0.06 0 0.56 222 0.05 0.42
Hex 67 6A 71 9 6 0 38 DE 5 2A
Octal 147 152 161 11 6 0 70 336 5 52
Binary 1100111 1101010 1110001 1001 110 0 111000 11011110 101 101010

Color Harmonies of #676A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A71

Black with #676A71

Text Example


Text Example

White with #676A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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