Html Css Color HEX #0D7764 Deep Sea

📋 copy color: '#0D7764'

red 13 ◦ green 119 ◦ blue 100

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

Shades of Deep Sea #0D7764

Tints of Deep Sea #0D7764

RGB

 RED value IS 13 (5.47% from 255) = 5.6%

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

 BLUE value IS 100 (39.45% from 255) = 43.1%

R = 5.6%
G = 51.29%
B = 43.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#0D7764 (or 0x0D7764) is known color: Deep Sea. HEX triplet: 0D, 77 and 64. RGB value is (13,119,100). Sum of RGB (Red+Green+Blue) = 13+119+100=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7764 is #F2889B. Grayscale: #555555. Windows color (decimal): -15894684 or 6584077. OLE color: 6584077.

HSL color Cylindrical-coordinate representation of color #0D7764: hue angle of 169.25º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7764 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 119 100 -
CMYK 0.89 0 0.16 0.53
HSL 169.25º 0.8% 0.26% -
HSV(B) 169.25º 0.89% 0.47% -
XYZ 9.06 14.2 14.32 -
YUV 85.14 136.38 76.54 -
System Red Green Blue C M Y K H S L
Decimal 13 119 100 0.89 0 0.16 0.53 169.25 0.8 0.26
Hex D 77 64 59 0 10 35 A9 50 1A
Octal 15 167 144 131 0 20 65 251 120 32
Binary 1101 1110111 1100100 1011001 0 10000 110101 10101001 1010000 11010

Color Harmonies of #0D7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7764

Black with #0D7764

Text Example


Text Example

White with #0D7764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D7764; }

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

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

background-color css

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

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

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

border-color css

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

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

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