Html Css Color HEX #718077 Sirocco

📋 copy color: '#718077'

red 113 ◦ green 128 ◦ blue 119

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

Shades of Sirocco #718077

Tints of Sirocco #718077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.56%

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 31.39%
G = 35.56%
B = 33.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#718077 (or 0x718077) is known color: Sirocco. HEX triplet: 71, 80 and 77. RGB value is (113,128,119). Sum of RGB (Red+Green+Blue) = 113+128+119=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 128 - color contains mainly: green. Hex color #718077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718077 is #8E7F88. Grayscale: #7A7A7A. Windows color (decimal): -9338761 or 7831665. OLE color: 7831665.

HSL color Cylindrical-coordinate representation of color #718077: hue angle of 144º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #718077 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 119 -
CMYK 0.12 0 0.07 0.50
HSL 144º 0.06% 0.47% -
HSV(B) 144º 0.12% 0.5% -
XYZ 17.86 20.28 20.43 -
YUV 122.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 113 128 119 0.12 0 0.07 0.50 144 0.06 0.47
Hex 71 80 77 C 0 7 32 90 6 2F
Octal 161 200 167 14 0 7 62 220 6 57
Binary 1110001 10000000 1110111 1100 0 111 110010 10010000 110 101111

Color Harmonies of #718077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718077

Black with #718077

Text Example


Text Example

White with #718077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718077; }

 p { color: rgb(113,128,119); }

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

background-color css

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

 a { background-color: rgb(113,128,119); }

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

border-color css

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

 span { border-color: rgb(113,128,119); }

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