Html Css Color HEX #707D76 Sirocco

📋 copy color: '#707D76'

red 112 ◦ green 125 ◦ blue 118

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

Shades of Sirocco #707D76

Tints of Sirocco #707D76

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.21%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 31.55%
G = 35.21%
B = 33.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#707D76 (or 0x707D76) is known color: Sirocco. HEX triplet: 70, 7D and 76. RGB value is (112,125,118). Sum of RGB (Red+Green+Blue) = 112+125+118=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 125 - color contains mainly: green. Hex color #707D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D76 is #8F8289. Grayscale: #787878. Windows color (decimal): -9405066 or 7765360. OLE color: 7765360.

HSL color Cylindrical-coordinate representation of color #707D76: hue angle of 147.69º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707D76 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 125 118 -
CMYK 0.10 0 0.06 0.51
HSL 147.69º 0.05% 0.46% -
HSV(B) 147.69º 0.1% 0.49% -
XYZ 17.29 19.42 19.98 -
YUV 120.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 112 125 118 0.10 0 0.06 0.51 147.69 0.05 0.46
Hex 70 7D 76 A 0 6 33 94 5 2E
Octal 160 175 166 12 0 6 63 224 5 56
Binary 1110000 1111101 1110110 1010 0 110 110011 10010100 101 101110

Color Harmonies of #707D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D76

Black with #707D76

Text Example


Text Example

White with #707D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707D76; }

 p { color: rgb(112,125,118); }

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

background-color css

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

 a { background-color: rgb(112,125,118); }

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

border-color css

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

 span { border-color: rgb(112,125,118); }

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