Html Css Color HEX #676B74 Raven

📋 copy color: '#676B74'

red 103 ◦ green 107 ◦ blue 116

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

Shades of Raven #676B74

Tints of Raven #676B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 31.6%
G = 32.82%
B = 35.58%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676B74 (or 0x676B74) is known color: Raven. HEX triplet: 67, 6B and 74. RGB value is (103,107,116). Sum of RGB (Red+Green+Blue) = 103+107+116=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #676B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B74 is #98948B. Grayscale: #6A6A6A. Windows color (decimal): -9999500 or 7629671. OLE color: 7629671.

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

Color convert

RGB 103 107 116 -
CMYK 0.11 0.08 0 0.55
HSL 221.54º 0.06% 0.43% -
HSV(B) 221.54º 0.11% 0.45% -
XYZ 14 14.66 18.61 -
YUV 106.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 103 107 116 0.11 0.08 0 0.55 221.54 0.06 0.43
Hex 67 6B 74 B 8 0 37 DE 6 2B
Octal 147 153 164 13 10 0 67 336 6 53
Binary 1100111 1101011 1110100 1011 1000 0 110111 11011110 110 101011

Color Harmonies of #676B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676B74

Black with #676B74

Text Example


Text Example

White with #676B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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