Html Css Color HEX #707C75 Sirocco

📋 copy color: '#707C75'

red 112 ◦ green 124 ◦ blue 117

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

Shades of Sirocco #707C75

Tints of Sirocco #707C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 31.73%
G = 35.13%
B = 33.14%

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

#707C75 (or 0x707C75) is known color: Sirocco. HEX triplet: 70, 7C and 75. RGB value is (112,124,117). Sum of RGB (Red+Green+Blue) = 112+124+117=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 124 - color contains mainly: green. Hex color #707C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C75 is #8F838A. Grayscale: #777777. Windows color (decimal): -9405323 or 7699568. OLE color: 7699568.

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

Color convert

RGB 112 124 117 -
CMYK 0.10 0 0.06 0.51
HSL 145º 0.05% 0.46% -
HSV(B) 145º 0.1% 0.49% -
XYZ 17.1 19.14 19.62 -
YUV 119.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 112 124 117 0.10 0 0.06 0.51 145 0.05 0.46
Hex 70 7C 75 A 0 6 33 91 5 2E
Octal 160 174 165 12 0 6 63 221 5 56
Binary 1110000 1111100 1110101 1010 0 110 110011 10010001 101 101110

Color Harmonies of #707C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C75

Black with #707C75

Text Example


Text Example

White with #707C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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