Html Css Color HEX #707974 Sirocco

📋 copy color: '#707974'

red 112 ◦ green 121 ◦ blue 116

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

Shades of Sirocco #707974

Tints of Sirocco #707974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 32.09%
G = 34.67%
B = 33.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#707974 (or 0x707974) is known color: Sirocco. HEX triplet: 70, 79 and 74. RGB value is (112,121,116). Sum of RGB (Red+Green+Blue) = 112+121+116=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 121 - color contains mainly: green. Hex color #707974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707974 is #8F868B. Grayscale: #757575. Windows color (decimal): -9406092 or 7633264. OLE color: 7633264.

HSL color Cylindrical-coordinate representation of color #707974: hue angle of 146.67º 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 #707974 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 116 -
CMYK 0.07 0 0.04 0.53
HSL 146.67º 0.04% 0.46% -
HSV(B) 146.67º 0.07% 0.47% -
XYZ 16.67 18.38 19.19 -
YUV 117.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 112 121 116 0.07 0 0.04 0.53 146.67 0.04 0.46
Hex 70 79 74 7 0 4 35 93 4 2E
Octal 160 171 164 7 0 4 65 223 4 56
Binary 1110000 1111001 1110100 111 0 100 110101 10010011 100 101110

Color Harmonies of #707974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707974

Black with #707974

Text Example


Text Example

White with #707974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707974; }

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

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

background-color css

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

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

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

border-color css

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

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

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