Html Css Color HEX #757776 Sirocco

📋 copy color: '#757776'

red 117 ◦ green 119 ◦ blue 118

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

Shades of Sirocco #757776

Tints of Sirocco #757776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#757776 (or 0x757776) is known color: Sirocco. HEX triplet: 75, 77 and 76. RGB value is (117,119,118). Sum of RGB (Red+Green+Blue) = 117+119+118=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 119 - color contains mainly: green. Hex color #757776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757776 is #8A8889. Grayscale: #767676. Windows color (decimal): -9078922 or 7763829. OLE color: 7763829.

HSL color Cylindrical-coordinate representation of color #757776: hue angle of 150º 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 #757776 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 118 -
CMYK 0.02 0 0.01 0.53
HSL 150º 0.01% 0.46% -
HSV(B) 150º 0.02% 0.47% -
XYZ 17.2 18.28 19.76 -
YUV 118.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 117 119 118 0.02 0 0.01 0.53 150 0.01 0.46
Hex 75 77 76 2 0 1 35 96 1 2E
Octal 165 167 166 2 0 1 65 226 1 56
Binary 1110101 1110111 1110110 10 0 1 110101 10010110 1 101110

Color Harmonies of #757776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757776

Black with #757776

Text Example


Text Example

White with #757776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757776; }

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

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

background-color css

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

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

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

border-color css

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

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

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