Html Css Color HEX #708178 Sirocco

📋 copy color: '#708178'

red 112 ◦ green 129 ◦ blue 120

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

Shades of Sirocco #708178

Tints of Sirocco #708178

RGB

 RED value IS 112 (44.14% from 255) = 31.02%

 GREEN value IS 129 (50.78% from 255) = 35.73%

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

R = 31.02%
G = 35.73%
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

#708178 (or 0x708178) is known color: Sirocco. HEX triplet: 70, 81 and 78. RGB value is (112,129,120). Sum of RGB (Red+Green+Blue) = 112+129+120=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #708178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708178 is #8F7E87. Grayscale: #7A7A7A. Windows color (decimal): -9404040 or 7897456. OLE color: 7897456.

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

Color convert

RGB 112 129 120 -
CMYK 0.13 0 0.07 0.49
HSL 148.24º 0.07% 0.47% -
HSV(B) 148.24º 0.13% 0.51% -
XYZ 17.92 20.5 20.78 -
YUV 122.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 112 129 120 0.13 0 0.07 0.49 148.24 0.07 0.47
Hex 70 81 78 D 0 7 31 94 7 2F
Octal 160 201 170 15 0 7 61 224 7 57
Binary 1110000 10000001 1111000 1101 0 111 110001 10010100 111 101111

Color Harmonies of #708178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708178

Black with #708178

Text Example


Text Example

White with #708178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708178; }

 p { color: rgb(112,129,120); }

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

background-color css

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

 a { background-color: rgb(112,129,120); }

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

border-color css

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

 span { border-color: rgb(112,129,120); }

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