Html Css Color HEX #707B74 Sirocco

📋 copy color: '#707B74'

red 112 ◦ green 123 ◦ blue 116

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

Shades of Sirocco #707B74

Tints of Sirocco #707B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.04%

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

R = 31.91%
G = 35.04%
B = 33.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#707B74 (or 0x707B74) is known color: Sirocco. HEX triplet: 70, 7B and 74. RGB value is (112,123,116). Sum of RGB (Red+Green+Blue) = 112+123+116=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 123 - color contains mainly: green. Hex color #707B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B74 is #8F848B. Grayscale: #767676. Windows color (decimal): -9405580 or 7633776. OLE color: 7633776.

HSL color Cylindrical-coordinate representation of color #707B74: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #707B74 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 123 116 -
CMYK 0.09 0 0.06 0.52
HSL 141.82º 0.05% 0.46% -
HSV(B) 141.82º 0.09% 0.48% -
XYZ 16.92 18.87 19.27 -
YUV 118.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 112 123 116 0.09 0 0.06 0.52 141.82 0.05 0.46
Hex 70 7B 74 9 0 6 34 8E 5 2E
Octal 160 173 164 11 0 6 64 216 5 56
Binary 1110000 1111011 1110100 1001 0 110 110100 10001110 101 101110

Color Harmonies of #707B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B74

Black with #707B74

Text Example


Text Example

White with #707B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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