Html Css Color HEX #707673 Sirocco

📋 copy color: '#707673'

red 112 ◦ green 118 ◦ blue 115

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

Shades of Sirocco #707673

Tints of Sirocco #707673

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 32.46%
G = 34.2%
B = 33.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#707673 (or 0x707673) is known color: Sirocco. HEX triplet: 70, 76 and 73. RGB value is (112,118,115). Sum of RGB (Red+Green+Blue) = 112+118+115=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 118 - color contains mainly: green. Hex color #707673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707673 is #8F898C. Grayscale: #737373. Windows color (decimal): -9406861 or 7566960. OLE color: 7566960.

HSL color Cylindrical-coordinate representation of color #707673: hue angle of 150º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #707673 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 115 -
CMYK 0.05 0 0.03 0.54
HSL 150º 0.03% 0.45% -
HSV(B) 150º 0.05% 0.46% -
XYZ 16.26 17.64 18.77 -
YUV 115.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 112 118 115 0.05 0 0.03 0.54 150 0.03 0.45
Hex 70 76 73 5 0 3 36 96 3 2D
Octal 160 166 163 5 0 3 66 226 3 55
Binary 1110000 1110110 1110011 101 0 11 110110 10010110 11 101101

Color Harmonies of #707673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707673

Black with #707673

Text Example


Text Example

White with #707673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707673; }

 p { color: rgb(112,118,115); }

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

background-color css

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

 a { background-color: rgb(112,118,115); }

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

border-color css

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

 span { border-color: rgb(112,118,115); }

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