Html Css Color HEX #70827A Sirocco

📋 copy color: '#70827A'

red 112 ◦ green 130 ◦ blue 122

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

Shades of Sirocco #70827A

Tints of Sirocco #70827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 30.77%
G = 35.71%
B = 33.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#70827A (or 0x70827A) is known color: Sirocco. HEX triplet: 70, 82 and 7A. RGB value is (112,130,122). Sum of RGB (Red+Green+Blue) = 112+130+122=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 130 - color contains mainly: green. Hex color #70827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70827A is #8F7D85. Grayscale: #7B7B7B. Windows color (decimal): -9403782 or 8028784. OLE color: 8028784.

HSL color Cylindrical-coordinate representation of color #70827A: hue angle of 153.33º 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 #70827A is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 122 -
CMYK 0.14 0 0.06 0.49
HSL 153.33º 0.07% 0.47% -
HSV(B) 153.33º 0.14% 0.51% -
XYZ 18.18 20.82 21.47 -
YUV 123.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 112 130 122 0.14 0 0.06 0.49 153.33 0.07 0.47
Hex 70 82 7A E 0 6 31 99 7 2F
Octal 160 202 172 16 0 6 61 231 7 57
Binary 1110000 10000010 1111010 1110 0 110 110001 10011001 111 101111

Color Harmonies of #70827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70827A

Black with #70827A

Text Example


Text Example

White with #70827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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