#1A7764

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

Shades of Deep Sea #1A7764

Tints of Deep Sea #1A7764

Color information

#1A7764 (or 0x1A7764) is unknown color: approx Deep Sea. HEX triplet: 1A, 77 and 64. RGB value is (26,119,100). Sum of RGB (Red+Green+Blue) = 26+119+100=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7764 is #E5889B. Grayscale: #595959. Windows color (decimal): -15042716 or 6584090. OLE color: 6584090.

HSL color Cylindrical-coordinate representation of color #1A7764: hue angle of 167.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7764 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB26119100-
CMYK0.7800.160.53
HSL167.74º64.14%28.43%-
HSV(B)167.74º78.15%46.67%-
XYZ9.3214.3314.33-
YUV89.03134.1983.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=10.61%
G=48.57%
B=40.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal261191000.7800.160.53167.7464.1428.43
Hex1A77644E01035a8401c
Octal321671441160206525010034
Binary1101011101111100100100111001000011010110101000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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