Html Css Color HEX #757C78 Sirocco

📋 copy color: '#757C78'

red 117 ◦ green 124 ◦ blue 120

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

Shades of Sirocco #757C78

Tints of Sirocco #757C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 32.41%
G = 34.35%
B = 33.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#757C78 (or 0x757C78) is known color: Sirocco. HEX triplet: 75, 7C and 78. RGB value is (117,124,120). Sum of RGB (Red+Green+Blue) = 117+124+120=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 124 - color contains mainly: green. Hex color #757C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C78 is #8A8387. Grayscale: #797979. Windows color (decimal): -9077640 or 7896181. OLE color: 7896181.

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

Color convert

RGB 117 124 120 -
CMYK 0.06 0 0.03 0.51
HSL 145.71º 0.03% 0.47% -
HSV(B) 145.71º 0.06% 0.49% -
XYZ 17.93 19.55 20.6 -
YUV 121.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 117 124 120 0.06 0 0.03 0.51 145.71 0.03 0.47
Hex 75 7C 78 6 0 3 33 92 3 2F
Octal 165 174 170 6 0 3 63 222 3 57
Binary 1110101 1111100 1111000 110 0 11 110011 10010010 11 101111

Color Harmonies of #757C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C78

Black with #757C78

Text Example


Text Example

White with #757C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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