Html Css Color HEX #765E68 Scorpion

📋 copy color: '#765E68'

red 118 ◦ green 94 ◦ blue 104

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

Shades of Scorpion #765E68

Tints of Scorpion #765E68

RGB

 RED value IS 118 (46.48% from 255) = 37.34%

 GREEN value IS 94 (37.11% from 255) = 29.75%

 BLUE value IS 104 (41.02% from 255) = 32.91%

R = 37.34%
G = 29.75%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#765E68 (or 0x765E68) is known color: Scorpion. HEX triplet: 76, 5E and 68. RGB value is (118,94,104). Sum of RGB (Red+Green+Blue) = 118+94+104=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #765E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E68 is #89A197. Grayscale: #666666. Windows color (decimal): -9019800 or 6839926. OLE color: 6839926.

HSL color Cylindrical-coordinate representation of color #765E68: hue angle of 335º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #765E68 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 94 104 -
CMYK 0 0.20 0.12 0.54
HSL 335º 0.11% 0.42% -
HSV(B) 335º 0.2% 0.46% -
XYZ 13.97 12.86 14.84 -
YUV 102.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 118 94 104 0 0.20 0.12 0.54 335 0.11 0.42
Hex 76 5E 68 0 14 C 36 14F B 2A
Octal 166 136 150 0 24 14 66 517 13 52
Binary 1110110 1011110 1101000 0 10100 1100 110110 101001111 1011 101010

Color Harmonies of #765E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E68

Black with #765E68

Text Example


Text Example

White with #765E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765E68; }

 p { color: rgb(118,94,104); }

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

background-color css

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

 a { background-color: rgb(118,94,104); }

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

border-color css

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

 span { border-color: rgb(118,94,104); }

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