Html Css Color HEX #747576 Raven

📋 copy color: '#747576'

red 116 ◦ green 117 ◦ blue 118

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

Shades of Raven #747576

Tints of Raven #747576

RGB

 RED value IS 116 (45.7% from 255) = 33.05%

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 118 (46.48% from 255) = 33.62%

R = 33.05%
G = 33.33%
B = 33.62%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#747576 (or 0x747576) is known color: Raven. HEX triplet: 74, 75 and 76. RGB value is (116,117,118). Sum of RGB (Red+Green+Blue) = 116+117+118=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 118 - color contains mainly: blue. Hex color #747576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747576 is #8B8A89. Grayscale: #747474. Windows color (decimal): -9144970 or 7763316. OLE color: 7763316.

HSL color Cylindrical-coordinate representation of color #747576: hue angle of 210º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #747576 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 118 -
CMYK 0.02 0.01 0 0.54
HSL 210º 0.01% 0.46% -
HSV(B) 210º 0.02% 0.46% -
XYZ 16.83 17.74 19.68 -
YUV 116.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 116 117 118 0.02 0.01 0 0.54 210 0.01 0.46
Hex 74 75 76 2 1 0 36 D2 1 2E
Octal 164 165 166 2 1 0 66 322 1 56
Binary 1110100 1110101 1110110 10 1 0 110110 11010010 1 101110

Color Harmonies of #747576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747576

Black with #747576

Text Example


Text Example

White with #747576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747576; }

 p { color: rgb(116,117,118); }

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

background-color css

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

 a { background-color: rgb(116,117,118); }

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

border-color css

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

 span { border-color: rgb(116,117,118); }

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