Html Css Color HEX #707C77 Sirocco

📋 copy color: '#707C77'

red 112 ◦ green 124 ◦ blue 119

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

Shades of Sirocco #707C77

Tints of Sirocco #707C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

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

R = 31.55%
G = 34.93%
B = 33.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#707C77 (or 0x707C77) is known color: Sirocco. HEX triplet: 70, 7C and 77. RGB value is (112,124,119). Sum of RGB (Red+Green+Blue) = 112+124+119=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 124 - color contains mainly: green. Hex color #707C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C77 is #8F8388. Grayscale: #777777. Windows color (decimal): -9405321 or 7830640. OLE color: 7830640.

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

Color convert

RGB 112 124 119 -
CMYK 0.10 0 0.04 0.51
HSL 155º 0.05% 0.46% -
HSV(B) 155º 0.1% 0.49% -
XYZ 17.22 19.19 20.25 -
YUV 119.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 112 124 119 0.10 0 0.04 0.51 155 0.05 0.46
Hex 70 7C 77 A 0 4 33 9B 5 2E
Octal 160 174 167 12 0 4 63 233 5 56
Binary 1110000 1111100 1110111 1010 0 100 110011 10011011 101 101110

Color Harmonies of #707C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C77

Black with #707C77

Text Example


Text Example

White with #707C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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