Html Css Color HEX #1A7761 Deep Sea

📋 copy color: '#1A7761'

red 26 ◦ green 119 ◦ blue 97

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

Shades of Deep Sea #1A7761

Tints of Deep Sea #1A7761

RGB

 RED value IS 26 (10.55% from 255) = 10.74%

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

 BLUE value IS 97 (38.28% from 255) = 40.08%

R = 10.74%
G = 49.17%
B = 40.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#1A7761 (or 0x1A7761) is known color: Deep Sea. HEX triplet: 1A, 77 and 61. RGB value is (26,119,97). Sum of RGB (Red+Green+Blue) = 26+119+97=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7761 is #E5889E. Grayscale: #585858. Windows color (decimal): -15042719 or 6387482. OLE color: 6387482.

HSL color Cylindrical-coordinate representation of color #1A7761: hue angle of 165.81º 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 #1A7761 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 26 119 97 -
CMYK 0.78 0 0.18 0.53
HSL 165.81º 0.64% 0.28% -
HSV(B) 165.81º 0.78% 0.47% -
XYZ 9.18 14.28 13.58 -
YUV 88.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 26 119 97 0.78 0 0.18 0.53 165.81 0.64 0.28
Hex 1A 77 61 4E 0 12 35 A6 40 1C
Octal 32 167 141 116 0 22 65 246 100 34
Binary 11010 1110111 1100001 1001110 0 10010 110101 10100110 1000000 11100

Color Harmonies of #1A7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7761

Black with #1A7761

Text Example


Text Example

White with #1A7761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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