Html Css Color HEX #765E6A Scorpion

📋 copy color: '#765E6A'

red 118 ◦ green 94 ◦ blue 106

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

Shades of Scorpion #765E6A

Tints of Scorpion #765E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.33%

R = 37.11%
G = 29.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#765E6A (or 0x765E6A) is known color: Scorpion. HEX triplet: 76, 5E and 6A. RGB value is (118,94,106). Sum of RGB (Red+Green+Blue) = 118+94+106=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E6A is #89A195. Grayscale: #666666. Windows color (decimal): -9019798 or 6970998. OLE color: 6970998.

HSL color Cylindrical-coordinate representation of color #765E6A: hue angle of 330º 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 #765E6A is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 94 106 -
CMYK 0 0.20 0.10 0.54
HSL 330º 0.11% 0.42% -
HSV(B) 330º 0.2% 0.46% -
XYZ 14.08 12.9 15.38 -
YUV 102.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 118 94 106 0 0.20 0.10 0.54 330 0.11 0.42
Hex 76 5E 6A 0 14 A 36 14A B 2A
Octal 166 136 152 0 24 12 66 512 13 52
Binary 1110110 1011110 1101010 0 10100 1010 110110 101001010 1011 101010

Color Harmonies of #765E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E6A

Black with #765E6A

Text Example


Text Example

White with #765E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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