Html Css Color HEX #757977 Sirocco

📋 copy color: '#757977'

red 117 ◦ green 121 ◦ blue 119

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

Shades of Sirocco #757977

Tints of Sirocco #757977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 32.77%
G = 33.89%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#757977 (or 0x757977) is known color: Sirocco. HEX triplet: 75, 79 and 77. RGB value is (117,121,119). Sum of RGB (Red+Green+Blue) = 117+121+119=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 121 - color contains mainly: green. Hex color #757977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757977 is #8A8688. Grayscale: #777777. Windows color (decimal): -9078409 or 7829877. OLE color: 7829877.

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

Color convert

RGB 117 121 119 -
CMYK 0.03 0 0.02 0.53
HSL 150º 0.02% 0.47% -
HSV(B) 150º 0.03% 0.47% -
XYZ 17.5 18.79 20.16 -
YUV 119.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 117 121 119 0.03 0 0.02 0.53 150 0.02 0.47
Hex 75 79 77 3 0 2 35 96 2 2F
Octal 165 171 167 3 0 2 65 226 2 57
Binary 1110101 1111001 1110111 11 0 10 110101 10010110 10 101111

Color Harmonies of #757977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757977

Black with #757977

Text Example


Text Example

White with #757977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757977; }

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

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

background-color css

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

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

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

border-color css

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

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

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