Html Css Color HEX #707D77 Sirocco

📋 copy color: '#707D77'

red 112 ◦ green 125 ◦ blue 119

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

Shades of Sirocco #707D77

Tints of Sirocco #707D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 31.46%
G = 35.11%
B = 33.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#707D77 (or 0x707D77) is known color: Sirocco. HEX triplet: 70, 7D and 77. RGB value is (112,125,119). Sum of RGB (Red+Green+Blue) = 112+125+119=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 125 - color contains mainly: green. Hex color #707D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D77 is #8F8288. Grayscale: #787878. Windows color (decimal): -9405065 or 7830896. OLE color: 7830896.

HSL color Cylindrical-coordinate representation of color #707D77: hue angle of 152.31º 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 #707D77 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 125 119 -
CMYK 0.10 0 0.05 0.51
HSL 152.31º 0.05% 0.46% -
HSV(B) 152.31º 0.1% 0.49% -
XYZ 17.35 19.44 20.29 -
YUV 120.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 112 125 119 0.10 0 0.05 0.51 152.31 0.05 0.46
Hex 70 7D 77 A 0 5 33 98 5 2E
Octal 160 175 167 12 0 5 63 230 5 56
Binary 1110000 1111101 1110111 1010 0 101 110011 10011000 101 101110

Color Harmonies of #707D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D77

Black with #707D77

Text Example


Text Example

White with #707D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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