Html Css Color HEX #707774 Sirocco

📋 copy color: '#707774'

red 112 ◦ green 119 ◦ blue 116

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

Shades of Sirocco #707774

Tints of Sirocco #707774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

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

R = 32.28%
G = 34.29%
B = 33.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#707774 (or 0x707774) is known color: Sirocco. HEX triplet: 70, 77 and 74. RGB value is (112,119,116). Sum of RGB (Red+Green+Blue) = 112+119+116=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 119 - color contains mainly: green. Hex color #707774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707774 is #8F888B. Grayscale: #747474. Windows color (decimal): -9406604 or 7632752. OLE color: 7632752.

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

Color convert

RGB 112 119 116 -
CMYK 0.06 0 0.03 0.53
HSL 154.29º 0.03% 0.45% -
HSV(B) 154.29º 0.06% 0.47% -
XYZ 16.43 17.9 19.11 -
YUV 116.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 112 119 116 0.06 0 0.03 0.53 154.29 0.03 0.45
Hex 70 77 74 6 0 3 35 9A 3 2D
Octal 160 167 164 6 0 3 65 232 3 55
Binary 1110000 1110111 1110100 110 0 11 110101 10011010 11 101101

Color Harmonies of #707774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707774

Black with #707774

Text Example


Text Example

White with #707774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707774; }

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

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

background-color css

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

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

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

border-color css

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

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

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