Html Css Color HEX #708278 Sirocco

📋 copy color: '#708278'

red 112 ◦ green 130 ◦ blue 120

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

Shades of Sirocco #708278

Tints of Sirocco #708278

RGB

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

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

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

R = 30.94%
G = 35.91%
B = 33.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#708278 (or 0x708278) is known color: Sirocco. HEX triplet: 70, 82 and 78. RGB value is (112,130,120). Sum of RGB (Red+Green+Blue) = 112+130+120=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #708278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708278 is #8F7D87. Grayscale: #7B7B7B. Windows color (decimal): -9403784 or 7897712. OLE color: 7897712.

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

Color convert

RGB 112 130 120 -
CMYK 0.14 0 0.08 0.49
HSL 146.67º 0.07% 0.47% -
HSV(B) 146.67º 0.14% 0.51% -
XYZ 18.05 20.77 20.83 -
YUV 123.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 112 130 120 0.14 0 0.08 0.49 146.67 0.07 0.47
Hex 70 82 78 E 0 8 31 93 7 2F
Octal 160 202 170 16 0 10 61 223 7 57
Binary 1110000 10000010 1111000 1110 0 1000 110001 10010011 111 101111

Color Harmonies of #708278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708278

Black with #708278

Text Example


Text Example

White with #708278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708278; }

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

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

background-color css

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

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

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

border-color css

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

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

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