Html Css Color HEX #757D78 Sirocco

📋 copy color: '#757D78'

red 117 ◦ green 125 ◦ blue 120

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

Shades of Sirocco #757D78

Tints of Sirocco #757D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

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

R = 32.32%
G = 34.53%
B = 33.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#757D78 (or 0x757D78) is known color: Sirocco. HEX triplet: 75, 7D and 78. RGB value is (117,125,120). Sum of RGB (Red+Green+Blue) = 117+125+120=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 125 - color contains mainly: green. Hex color #757D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D78 is #8A8287. Grayscale: #7A7A7A. Windows color (decimal): -9077384 or 7896437. OLE color: 7896437.

HSL color Cylindrical-coordinate representation of color #757D78: hue angle of 142.5º 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 #757D78 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 125 120 -
CMYK 0.06 0 0.04 0.51
HSL 142.5º 0.03% 0.47% -
HSV(B) 142.5º 0.06% 0.49% -
XYZ 18.06 19.81 20.64 -
YUV 122.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 117 125 120 0.06 0 0.04 0.51 142.5 0.03 0.47
Hex 75 7D 78 6 0 4 33 8E 3 2F
Octal 165 175 170 6 0 4 63 216 3 57
Binary 1110101 1111101 1111000 110 0 100 110011 10001110 11 101111

Color Harmonies of #757D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D78

Black with #757D78

Text Example


Text Example

White with #757D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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