Html Css Color HEX #717D75 Sirocco

📋 copy color: '#717D75'

red 113 ◦ green 125 ◦ blue 117

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

Shades of Sirocco #717D75

Tints of Sirocco #717D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 31.83%
G = 35.21%
B = 32.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#717D75 (or 0x717D75) is known color: Sirocco. HEX triplet: 71, 7D and 75. RGB value is (113,125,117). Sum of RGB (Red+Green+Blue) = 113+125+117=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 125 - color contains mainly: green. Hex color #717D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D75 is #8E828A. Grayscale: #787878. Windows color (decimal): -9339531 or 7699825. OLE color: 7699825.

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

Color convert

RGB 113 125 117 -
CMYK 0.10 0 0.06 0.51
HSL 140º 0.05% 0.47% -
HSV(B) 140º 0.1% 0.49% -
XYZ 17.35 19.46 19.67 -
YUV 120.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 113 125 117 0.10 0 0.06 0.51 140 0.05 0.47
Hex 71 7D 75 A 0 6 33 8C 5 2F
Octal 161 175 165 12 0 6 63 214 5 57
Binary 1110001 1111101 1110101 1010 0 110 110011 10001100 101 101111

Color Harmonies of #717D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717D75

Black with #717D75

Text Example


Text Example

White with #717D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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