Html Css Color HEX #765D64 Scorpion

📋 copy color: '#765D64'

red 118 ◦ green 93 ◦ blue 100

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

Shades of Scorpion #765D64

Tints of Scorpion #765D64

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.9%

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

R = 37.94%
G = 29.9%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#765D64 (or 0x765D64) is known color: Scorpion. HEX triplet: 76, 5D and 64. RGB value is (118,93,100). Sum of RGB (Red+Green+Blue) = 118+93+100=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #765D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D64 is #89A29B. Grayscale: #656565. Windows color (decimal): -9020060 or 6577526. OLE color: 6577526.

HSL color Cylindrical-coordinate representation of color #765D64: hue angle of 343.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765D64 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 100 -
CMYK 0 0.21 0.15 0.54
HSL 343.2º 0.12% 0.41% -
HSV(B) 343.2º 0.21% 0.46% -
XYZ 13.69 12.6 13.77 -
YUV 101.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 118 93 100 0 0.21 0.15 0.54 343.2 0.12 0.41
Hex 76 5D 64 0 15 F 36 157 C 29
Octal 166 135 144 0 25 17 66 527 14 51
Binary 1110110 1011101 1100100 0 10101 1111 110110 101010111 1100 101001

Color Harmonies of #765D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D64

Black with #765D64

Text Example


Text Example

White with #765D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,93,100); }

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

background-color css

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

 a { background-color: rgb(118,93,100); }

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

border-color css

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

 span { border-color: rgb(118,93,100); }

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