Html Css Color HEX #127763 Deep Sea

📋 copy color: '#127763'

red 18 ◦ green 119 ◦ blue 99

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

Shades of Deep Sea #127763

Tints of Deep Sea #127763

RGB

 RED value IS 18 (7.42% from 255) = 7.63%

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

 BLUE value IS 99 (39.06% from 255) = 41.95%

R = 7.63%
G = 50.42%
B = 41.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#127763 (or 0x127763) is known color: Deep Sea. HEX triplet: 12, 77 and 63. RGB value is (18,119,99). Sum of RGB (Red+Green+Blue) = 18+119+99=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #127763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127763 is #ED889C. Grayscale: #565656. Windows color (decimal): -15567005 or 6518546. OLE color: 6518546.

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

Color convert

RGB 18 119 99 -
CMYK 0.85 0 0.17 0.53
HSL 168.12º 0.74% 0.27% -
HSV(B) 168.12º 0.85% 0.47% -
XYZ 9.1 14.22 14.07 -
YUV 86.52 135.04 79.13 -
System Red Green Blue C M Y K H S L
Decimal 18 119 99 0.85 0 0.17 0.53 168.12 0.74 0.27
Hex 12 77 63 55 0 11 35 A8 4A 1B
Octal 22 167 143 125 0 21 65 250 112 33
Binary 10010 1110111 1100011 1010101 0 10001 110101 10101000 1001010 11011

Color Harmonies of #127763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127763

Black with #127763

Text Example


Text Example

White with #127763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127763; }

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

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

background-color css

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

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

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

border-color css

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

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

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