Html Css Color HEX #1A7762 Deep Sea

📋 copy color: '#1A7762'

red 26 ◦ green 119 ◦ blue 98

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

Shades of Deep Sea #1A7762

Tints of Deep Sea #1A7762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.33%

R = 10.7%
G = 48.97%
B = 40.33%

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

#1A7762 (or 0x1A7762) is known color: Deep Sea. HEX triplet: 1A, 77 and 62. RGB value is (26,119,98). Sum of RGB (Red+Green+Blue) = 26+119+98=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7762 is #E5889D. Grayscale: #585858. Windows color (decimal): -15042718 or 6453018. OLE color: 6453018.

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

Color convert

RGB 26 119 98 -
CMYK 0.78 0 0.18 0.53
HSL 166.45º 0.64% 0.28% -
HSV(B) 166.45º 0.78% 0.47% -
XYZ 9.23 14.3 13.83 -
YUV 88.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 26 119 98 0.78 0 0.18 0.53 166.45 0.64 0.28
Hex 1A 77 62 4E 0 12 35 A6 40 1C
Octal 32 167 142 116 0 22 65 246 100 34
Binary 11010 1110111 1100010 1001110 0 10010 110101 10100110 1000000 11100

Color Harmonies of #1A7762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7762

Black with #1A7762

Text Example


Text Example

White with #1A7762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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