Html Css Color HEX #127757 Salem

📋 copy color: '#127757'

red 18 ◦ green 119 ◦ blue 87

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

Shades of Salem #127757

Tints of Salem #127757

RGB

 RED value IS 18 (7.42% from 255) = 8.04%

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

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

R = 8.04%
G = 53.13%
B = 38.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#127757 (or 0x127757) is known color: Salem. HEX triplet: 12, 77 and 57. RGB value is (18,119,87). Sum of RGB (Red+Green+Blue) = 18+119+87=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #127757 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127757 is #ED88A8. Grayscale: #555555. Windows color (decimal): -15567017 or 5732114. OLE color: 5732114.

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

Color convert

RGB 18 119 87 -
CMYK 0.85 0 0.27 0.53
HSL 160.99º 0.74% 0.27% -
HSV(B) 160.99º 0.85% 0.47% -
XYZ 8.57 14.01 11.27 -
YUV 85.15 129.04 80.1 -
System Red Green Blue C M Y K H S L
Decimal 18 119 87 0.85 0 0.27 0.53 160.99 0.74 0.27
Hex 12 77 57 55 0 1B 35 A1 4A 1B
Octal 22 167 127 125 0 33 65 241 112 33
Binary 10010 1110111 1010111 1010101 0 11011 110101 10100001 1001010 11011

Color Harmonies of #127757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127757

Black with #127757

Text Example


Text Example

White with #127757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127757; }

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

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

background-color css

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

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

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

border-color css

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

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

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