Html Css Color HEX #707975 Sirocco

📋 copy color: '#707975'

red 112 ◦ green 121 ◦ blue 117

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

Shades of Sirocco #707975

Tints of Sirocco #707975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.57%

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

R = 32%
G = 34.57%
B = 33.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#707975 (or 0x707975) is known color: Sirocco. HEX triplet: 70, 79 and 75. RGB value is (112,121,117). Sum of RGB (Red+Green+Blue) = 112+121+117=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 121 - color contains mainly: green. Hex color #707975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707975 is #8F868A. Grayscale: #757575. Windows color (decimal): -9406091 or 7698800. OLE color: 7698800.

HSL color Cylindrical-coordinate representation of color #707975: hue angle of 153.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #707975 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 117 -
CMYK 0.07 0 0.03 0.53
HSL 153.33º 0.04% 0.46% -
HSV(B) 153.33º 0.07% 0.47% -
XYZ 16.73 18.4 19.5 -
YUV 117.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 112 121 117 0.07 0 0.03 0.53 153.33 0.04 0.46
Hex 70 79 75 7 0 3 35 99 4 2E
Octal 160 171 165 7 0 3 65 231 4 56
Binary 1110000 1111001 1110101 111 0 11 110101 10011001 100 101110

Color Harmonies of #707975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707975

Black with #707975

Text Example


Text Example

White with #707975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707975; }

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

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

background-color css

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

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

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

border-color css

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

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

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