Html Css Color HEX #657A70 Sirocco

📋 copy color: '#657A70'

red 101 ◦ green 122 ◦ blue 112

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

Shades of Sirocco #657A70

Tints of Sirocco #657A70

RGB

 RED value IS 101 (39.84% from 255) = 30.15%

 GREEN value IS 122 (48.05% from 255) = 36.42%

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 30.15%
G = 36.42%
B = 33.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#657A70 (or 0x657A70) is known color: Sirocco. HEX triplet: 65, 7A and 70. RGB value is (101,122,112). Sum of RGB (Red+Green+Blue) = 101+122+112=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 122 - color contains mainly: green. Hex color #657A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657A70 is #9A858F. Grayscale: #727272. Windows color (decimal): -10126736 or 7371365. OLE color: 7371365.

HSL color Cylindrical-coordinate representation of color #657A70: hue angle of 151.43º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #657A70 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 122 112 -
CMYK 0.17 0 0.08 0.52
HSL 151.43º 0.09% 0.44% -
HSV(B) 151.43º 0.17% 0.48% -
XYZ 15.25 17.86 17.97 -
YUV 114.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 101 122 112 0.17 0 0.08 0.52 151.43 0.09 0.44
Hex 65 7A 70 11 0 8 34 97 9 2C
Octal 145 172 160 21 0 10 64 227 11 54
Binary 1100101 1111010 1110000 10001 0 1000 110100 10010111 1001 101100

Color Harmonies of #657A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657A70

Black with #657A70

Text Example


Text Example

White with #657A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657A70; }

 p { color: rgb(101,122,112); }

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

background-color css

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

 a { background-color: rgb(101,122,112); }

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

border-color css

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

 span { border-color: rgb(101,122,112); }

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