#1C7758

Color #1C7758 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #1C7758

Tints of Salem #1C7758

Color information

#1C7758 (or 0x1C7758) is unknown color: approx Salem. HEX triplet: 1C, 77 and 58. RGB value is (28,119,88). Sum of RGB (Red+Green+Blue) = 28+119+88=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #1C7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7758 is #E388A7. Grayscale: #585858. Windows color (decimal): -14911656 or 5797660. OLE color: 5797660.

HSL color Cylindrical-coordinate representation of color #1C7758: hue angle of 159.56º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7758 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB2811988-
CMYK0.7600.260.53
HSL159.56º61.9%28.82%-
HSV(B)159.56º76.47%46.67%-
XYZ8.8414.1511.5-
YUV88.26127.8585.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=11.91%
G=50.64%
B=37.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28119880.7600.260.53159.5661.928.82
Hex1C77584C01A35a03e1d
Octal34167130114032652407635
Binary111001110111101100010011000110101101011010000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C7758; }

 p { color: rgb(28,119,88); }

 H1.HeaderClassName
 {
   color: #1C7758;
 }
 .AnyTagClassName
 {
   color: #1C7758;
 }
</style>
background-color css

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

 a { background-color: rgb(28,119,88); }

 div.DivClassName
 {
   background-color: #1C7758;
 }
 .BgClassName
 {
   background-color: #1C7758;
 }
</style>
border-color css

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

 span { border-color: rgb(28,119,88); }

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