Html Css Color HEX #707D75 Sirocco

📋 copy color: '#707D75'

red 112 ◦ green 125 ◦ blue 117

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

Shades of Sirocco #707D75

Tints of Sirocco #707D75

RGB

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

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

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

R = 31.64%
G = 35.31%
B = 33.05%

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

#707D75 (or 0x707D75) is known color: Sirocco. HEX triplet: 70, 7D and 75. RGB value is (112,125,117). Sum of RGB (Red+Green+Blue) = 112+125+117=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 125 - color contains mainly: green. Hex color #707D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D75 is #8F828A. Grayscale: #787878. Windows color (decimal): -9405067 or 7699824. OLE color: 7699824.

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

Color convert

RGB 112 125 117 -
CMYK 0.10 0 0.06 0.51
HSL 143.08º 0.05% 0.46% -
HSV(B) 143.08º 0.1% 0.49% -
XYZ 17.23 19.4 19.67 -
YUV 120.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 112 125 117 0.10 0 0.06 0.51 143.08 0.05 0.46
Hex 70 7D 75 A 0 6 33 8F 5 2E
Octal 160 175 165 12 0 6 63 217 5 56
Binary 1110000 1111101 1110101 1010 0 110 110011 10001111 101 101110

Color Harmonies of #707D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D75

Black with #707D75

Text Example


Text Example

White with #707D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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