Html Css Color HEX #717D78 Sirocco

📋 copy color: '#717D78'

red 113 ◦ green 125 ◦ blue 120

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

Shades of Sirocco #717D78

Tints of Sirocco #717D78

RGB

 RED value IS 113 (44.53% from 255) = 31.56%

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

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

R = 31.56%
G = 34.92%
B = 33.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#717D78 (or 0x717D78) is known color: Sirocco. HEX triplet: 71, 7D and 78. RGB value is (113,125,120). Sum of RGB (Red+Green+Blue) = 113+125+120=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 125 - color contains mainly: green. Hex color #717D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D78 is #8E8287. Grayscale: #787878. Windows color (decimal): -9339528 or 7896433. OLE color: 7896433.

HSL color Cylindrical-coordinate representation of color #717D78: hue angle of 155º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #717D78 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 125 120 -
CMYK 0.10 0 0.04 0.51
HSL 155º 0.05% 0.47% -
HSV(B) 155º 0.1% 0.49% -
XYZ 17.53 19.53 20.62 -
YUV 120.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 113 125 120 0.10 0 0.04 0.51 155 0.05 0.47
Hex 71 7D 78 A 0 4 33 9B 5 2F
Octal 161 175 170 12 0 4 63 233 5 57
Binary 1110001 1111101 1111000 1010 0 100 110011 10011011 101 101111

Color Harmonies of #717D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717D78

Black with #717D78

Text Example


Text Example

White with #717D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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