Html Css Color HEX #765F6A Scorpion

📋 copy color: '#765F6A'

red 118 ◦ green 95 ◦ blue 106

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

Shades of Scorpion #765F6A

Tints of Scorpion #765F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

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

R = 36.99%
G = 29.78%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#765F6A (or 0x765F6A) is known color: Scorpion. HEX triplet: 76, 5F and 6A. RGB value is (118,95,106). Sum of RGB (Red+Green+Blue) = 118+95+106=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #765F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F6A is #89A095. Grayscale: #676767. Windows color (decimal): -9019542 or 6971254. OLE color: 6971254.

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

Color convert

RGB 118 95 106 -
CMYK 0 0.19 0.10 0.54
HSL 331.3º 0.11% 0.42% -
HSV(B) 331.3º 0.19% 0.46% -
XYZ 14.16 13.08 15.41 -
YUV 103.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 118 95 106 0 0.19 0.10 0.54 331.3 0.11 0.42
Hex 76 5F 6A 0 13 A 36 14B B 2A
Octal 166 137 152 0 23 12 66 513 13 52
Binary 1110110 1011111 1101010 0 10011 1010 110110 101001011 1011 101010

Color Harmonies of #765F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F6A

Black with #765F6A

Text Example


Text Example

White with #765F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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