Html Css Color HEX #747976 Sirocco

📋 copy color: '#747976'

red 116 ◦ green 121 ◦ blue 118

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

Shades of Sirocco #747976

Tints of Sirocco #747976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.08%

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

R = 32.68%
G = 34.08%
B = 33.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#747976 (or 0x747976) is known color: Sirocco. HEX triplet: 74, 79 and 76. RGB value is (116,121,118). Sum of RGB (Red+Green+Blue) = 116+121+118=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 121 - color contains mainly: green. Hex color #747976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747976 is #8B8689. Grayscale: #777777. Windows color (decimal): -9143946 or 7764340. OLE color: 7764340.

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

Color convert

RGB 116 121 118 -
CMYK 0.04 0 0.02 0.53
HSL 144º 0.02% 0.46% -
HSV(B) 144º 0.04% 0.47% -
XYZ 17.31 18.7 19.84 -
YUV 119.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 116 121 118 0.04 0 0.02 0.53 144 0.02 0.46
Hex 74 79 76 4 0 2 35 90 2 2E
Octal 164 171 166 4 0 2 65 220 2 56
Binary 1110100 1111001 1110110 100 0 10 110101 10010000 10 101110

Color Harmonies of #747976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747976

Black with #747976

Text Example


Text Example

White with #747976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747976; }

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

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

background-color css

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

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

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

border-color css

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

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

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