#127764

Color #127764 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #127764

Tints of Deep Sea #127764

Color information

#127764 (or 0x127764) is unknown color: approx Deep Sea. HEX triplet: 12, 77 and 64. RGB value is (18,119,100). Sum of RGB (Red+Green+Blue) = 18+119+100=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #127764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127764 is #ED889B. Grayscale: #565656. Windows color (decimal): -15567004 or 6584082. OLE color: 6584082.

HSL color Cylindrical-coordinate representation of color #127764: hue angle of 168.71º 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 #127764 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB18119100-
CMYK0.8500.160.53
HSL168.71º73.72%26.86%-
HSV(B)168.71º84.87%46.67%-
XYZ9.1514.2414.32-
YUV86.64135.5479.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=7.59%
G=50.21%
B=42.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181191000.8500.160.53168.7173.7226.86
Hex1277645501035a94a1b
Octal221671441250206525111233
Binary1001011101111100100101010101000011010110101001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127764; }

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

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

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

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

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

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

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

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