Html Css Color HEX #107764 Deep Sea

📋 copy color: '#107764'

red 16 ◦ green 119 ◦ blue 100

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

Shades of Deep Sea #107764

Tints of Deep Sea #107764

RGB

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

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

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

R = 6.81%
G = 50.64%
B = 42.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#107764 (or 0x107764) is known color: Deep Sea. HEX triplet: 10, 77 and 64. RGB value is (16,119,100). Sum of RGB (Red+Green+Blue) = 16+119+100=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #107764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107764 is #EF889B. Grayscale: #565656. Windows color (decimal): -15698076 or 6584080. OLE color: 6584080.

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

Color convert

RGB 16 119 100 -
CMYK 0.87 0 0.16 0.53
HSL 168.93º 0.76% 0.26% -
HSV(B) 168.93º 0.87% 0.47% -
XYZ 9.11 14.22 14.32 -
YUV 86.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 16 119 100 0.87 0 0.16 0.53 168.93 0.76 0.26
Hex 10 77 64 57 0 10 35 A9 4C 1A
Octal 20 167 144 127 0 20 65 251 114 32
Binary 10000 1110111 1100100 1010111 0 10000 110101 10101001 1001100 11010

Color Harmonies of #107764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107764

Black with #107764

Text Example


Text Example

White with #107764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107764; }

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

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

background-color css

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

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

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

border-color css

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

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

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