Html Css Color HEX #757876 Sirocco

📋 copy color: '#757876'

red 117 ◦ green 120 ◦ blue 118

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

Shades of Sirocco #757876

Tints of Sirocco #757876

RGB

 RED value IS 117 (46.09% from 255) = 32.96%

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 32.96%
G = 33.8%
B = 33.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#757876 (or 0x757876) is known color: Sirocco. HEX triplet: 75, 78 and 76. RGB value is (117,120,118). Sum of RGB (Red+Green+Blue) = 117+120+118=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 120 - color contains mainly: green. Hex color #757876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757876 is #8A8789. Grayscale: #767676. Windows color (decimal): -9078666 or 7764085. OLE color: 7764085.

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

Color convert

RGB 117 120 118 -
CMYK 0.02 0 0.02 0.53
HSL 140º 0.01% 0.46% -
HSV(B) 140º 0.02% 0.47% -
XYZ 17.32 18.52 19.8 -
YUV 118.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 117 120 118 0.02 0 0.02 0.53 140 0.01 0.46
Hex 75 78 76 2 0 2 35 8C 1 2E
Octal 165 170 166 2 0 2 65 214 1 56
Binary 1110101 1111000 1110110 10 0 10 110101 10001100 1 101110

Color Harmonies of #757876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757876

Black with #757876

Text Example


Text Example

White with #757876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757876; }

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

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

background-color css

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

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

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

border-color css

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

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

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