Html Css Color HEX #0D7766 Deep Sea

📋 copy color: '#0D7766'

red 13 ◦ green 119 ◦ blue 102

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

Shades of Deep Sea #0D7766

Tints of Deep Sea #0D7766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.59%

R = 5.56%
G = 50.85%
B = 43.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#0D7766 (or 0x0D7766) is known color: Deep Sea. HEX triplet: 0D, 77 and 66. RGB value is (13,119,102). Sum of RGB (Red+Green+Blue) = 13+119+102=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7766 is #F28899. Grayscale: #555555. Windows color (decimal): -15894682 or 6715149. OLE color: 6715149.

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

Color convert

RGB 13 119 102 -
CMYK 0.89 0 0.14 0.53
HSL 170.38º 0.8% 0.26% -
HSV(B) 170.38º 0.89% 0.47% -
XYZ 9.16 14.24 14.84 -
YUV 85.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 13 119 102 0.89 0 0.14 0.53 170.38 0.8 0.26
Hex D 77 66 59 0 E 35 AA 50 1A
Octal 15 167 146 131 0 16 65 252 120 32
Binary 1101 1110111 1100110 1011001 0 1110 110101 10101010 1010000 11010

Color Harmonies of #0D7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7766

Black with #0D7766

Text Example


Text Example

White with #0D7766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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