Html Css Color HEX #707B76 Sirocco

📋 copy color: '#707B76'

red 112 ◦ green 123 ◦ blue 118

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

Shades of Sirocco #707B76

Tints of Sirocco #707B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

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

R = 31.73%
G = 34.84%
B = 33.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#707B76 (or 0x707B76) is known color: Sirocco. HEX triplet: 70, 7B and 76. RGB value is (112,123,118). Sum of RGB (Red+Green+Blue) = 112+123+118=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 123 - color contains mainly: green. Hex color #707B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B76 is #8F8489. Grayscale: #777777. Windows color (decimal): -9405578 or 7764848. OLE color: 7764848.

HSL color Cylindrical-coordinate representation of color #707B76: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #707B76 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 123 118 -
CMYK 0.09 0 0.04 0.52
HSL 152.73º 0.05% 0.46% -
HSV(B) 152.73º 0.09% 0.48% -
XYZ 17.04 18.92 19.89 -
YUV 119.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 112 123 118 0.09 0 0.04 0.52 152.73 0.05 0.46
Hex 70 7B 76 9 0 4 34 99 5 2E
Octal 160 173 166 11 0 4 64 231 5 56
Binary 1110000 1111011 1110110 1001 0 100 110100 10011001 101 101110

Color Harmonies of #707B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B76

Black with #707B76

Text Example


Text Example

White with #707B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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