Html Css Color HEX #10765C Deep Sea

📋 copy color: '#10765C'

red 16 ◦ green 118 ◦ blue 92

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

Shades of Deep Sea #10765C

Tints of Deep Sea #10765C

RGB

 RED value IS 16 (6.64% from 255) = 7.08%

 GREEN value IS 118 (46.48% from 255) = 52.21%

 BLUE value IS 92 (36.33% from 255) = 40.71%

R = 7.08%
G = 52.21%
B = 40.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#10765C (or 0x10765C) is known color: Deep Sea. HEX triplet: 10, 76 and 5C. RGB value is (16,118,92). Sum of RGB (Red+Green+Blue) = 16+118+92=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #10765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10765C is #EF89A3. Grayscale: #545454. Windows color (decimal): -15698340 or 6059536. OLE color: 6059536.

HSL color Cylindrical-coordinate representation of color #10765C: hue angle of 164.71º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10765C is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 118 92 -
CMYK 0.86 0 0.22 0.54
HSL 164.71º 0.76% 0.26% -
HSV(B) 164.71º 0.86% 0.46% -
XYZ 8.62 13.84 12.34 -
YUV 84.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 16 118 92 0.86 0 0.22 0.54 164.71 0.76 0.26
Hex 10 76 5C 56 0 16 36 A5 4C 1A
Octal 20 166 134 126 0 26 66 245 114 32
Binary 10000 1110110 1011100 1010110 0 10110 110110 10100101 1001100 11010

Color Harmonies of #10765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10765C

Black with #10765C

Text Example


Text Example

White with #10765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10765C; }

 p { color: rgb(16,118,92); }

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

background-color css

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

 a { background-color: rgb(16,118,92); }

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

border-color css

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

 span { border-color: rgb(16,118,92); }

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