Html Css Color HEX #0C7765 Deep Sea

📋 copy color: '#0C7765'

red 12 ◦ green 119 ◦ blue 101

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

Shades of Deep Sea #0C7765

Tints of Deep Sea #0C7765

RGB

 RED value IS 12 (5.08% from 255) = 5.17%

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

 BLUE value IS 101 (39.84% from 255) = 43.53%

R = 5.17%
G = 51.29%
B = 43.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#0C7765 (or 0x0C7765) is known color: Deep Sea. HEX triplet: 0C, 77 and 65. RGB value is (12,119,101). Sum of RGB (Red+Green+Blue) = 12+119+101=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7765 is #F3889A. Grayscale: #545454. Windows color (decimal): -15960219 or 6649612. OLE color: 6649612.

HSL color Cylindrical-coordinate representation of color #0C7765: hue angle of 169.91º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7765 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 119 101 -
CMYK 0.90 0 0.15 0.53
HSL 169.91º 0.82% 0.26% -
HSV(B) 169.91º 0.9% 0.47% -
XYZ 9.1 14.21 14.58 -
YUV 84.96 137.05 75.96 -
System Red Green Blue C M Y K H S L
Decimal 12 119 101 0.90 0 0.15 0.53 169.91 0.82 0.26
Hex C 77 65 5A 0 F 35 AA 52 1A
Octal 14 167 145 132 0 17 65 252 122 32
Binary 1100 1110111 1100101 1011010 0 1111 110101 10101010 1010010 11010

Color Harmonies of #0C7765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7765

Black with #0C7765

Text Example


Text Example

White with #0C7765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,119,101); }

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

background-color css

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

 a { background-color: rgb(12,119,101); }

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

border-color css

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

 span { border-color: rgb(12,119,101); }

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