Html Css Color HEX #718279 Sirocco

📋 copy color: '#718279'

red 113 ◦ green 130 ◦ blue 121

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

Shades of Sirocco #718279

Tints of Sirocco #718279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.71%

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

R = 31.04%
G = 35.71%
B = 33.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#718279 (or 0x718279) is known color: Sirocco. HEX triplet: 71, 82 and 79. RGB value is (113,130,121). Sum of RGB (Red+Green+Blue) = 113+130+121=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 130 - color contains mainly: green. Hex color #718279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718279 is #8E7D86. Grayscale: #7B7B7B. Windows color (decimal): -9338247 or 7963249. OLE color: 7963249.

HSL color Cylindrical-coordinate representation of color #718279: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #718279 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 121 -
CMYK 0.13 0 0.07 0.49
HSL 148.24º 0.07% 0.48% -
HSV(B) 148.24º 0.13% 0.51% -
XYZ 18.24 20.86 21.15 -
YUV 123.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 113 130 121 0.13 0 0.07 0.49 148.24 0.07 0.48
Hex 71 82 79 D 0 7 31 94 7 30
Octal 161 202 171 15 0 7 61 224 7 60
Binary 1110001 10000010 1111001 1101 0 111 110001 10010100 111 110000

Color Harmonies of #718279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718279

Black with #718279

Text Example


Text Example

White with #718279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718279; }

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

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

background-color css

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

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

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

border-color css

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

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

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