Html Css Color HEX #718479 Sirocco

📋 copy color: '#718479'

red 113 ◦ green 132 ◦ blue 121

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

Shades of Sirocco #718479

Tints of Sirocco #718479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 30.87%
G = 36.07%
B = 33.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#718479 (or 0x718479) is known color: Sirocco. HEX triplet: 71, 84 and 79. RGB value is (113,132,121). Sum of RGB (Red+Green+Blue) = 113+132+121=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #718479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718479 is #8E7B86. Grayscale: #7D7D7D. Windows color (decimal): -9337735 or 7963761. OLE color: 7963761.

HSL color Cylindrical-coordinate representation of color #718479: hue angle of 145.26º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #718479 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 121 -
CMYK 0.14 0 0.08 0.48
HSL 145.26º 0.08% 0.48% -
HSV(B) 145.26º 0.14% 0.52% -
XYZ 18.51 21.39 21.24 -
YUV 125.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 113 132 121 0.14 0 0.08 0.48 145.26 0.08 0.48
Hex 71 84 79 E 0 8 30 91 8 30
Octal 161 204 171 16 0 10 60 221 10 60
Binary 1110001 10000100 1111001 1110 0 1000 110000 10010001 1000 110000

Color Harmonies of #718479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718479

Black with #718479

Text Example


Text Example

White with #718479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718479; }

 p { color: rgb(113,132,121); }

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

background-color css

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

 a { background-color: rgb(113,132,121); }

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

border-color css

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

 span { border-color: rgb(113,132,121); }

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