Html Css Color HEX #157757 Salem

📋 copy color: '#157757'

red 21 ◦ green 119 ◦ blue 87

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

Shades of Salem #157757

Tints of Salem #157757

RGB

 RED value IS 21 (8.59% from 255) = 9.25%

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

 BLUE value IS 87 (34.38% from 255) = 38.33%

R = 9.25%
G = 52.42%
B = 38.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#157757 (or 0x157757) is known color: Salem. HEX triplet: 15, 77 and 57. RGB value is (21,119,87). Sum of RGB (Red+Green+Blue) = 21+119+87=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #157757 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157757 is #EA88A8. Grayscale: #565656. Windows color (decimal): -15370409 or 5732117. OLE color: 5732117.

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

Color convert

RGB 21 119 87 -
CMYK 0.82 0 0.27 0.53
HSL 160.41º 0.7% 0.27% -
HSV(B) 160.41º 0.82% 0.47% -
XYZ 8.63 14.04 11.27 -
YUV 86.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 21 119 87 0.82 0 0.27 0.53 160.41 0.7 0.27
Hex 15 77 57 52 0 1B 35 A0 46 1B
Octal 25 167 127 122 0 33 65 240 106 33
Binary 10101 1110111 1010111 1010010 0 11011 110101 10100000 1000110 11011

Color Harmonies of #157757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157757

Black with #157757

Text Example


Text Example

White with #157757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157757; }

 p { color: rgb(21,119,87); }

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

background-color css

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

 a { background-color: rgb(21,119,87); }

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

border-color css

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

 span { border-color: rgb(21,119,87); }

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