Html Css Color HEX #765A62 Scorpion

📋 copy color: '#765A62'

red 118 ◦ green 90 ◦ blue 98

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

Shades of Scorpion #765A62

Tints of Scorpion #765A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 38.56%
G = 29.41%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#765A62 (or 0x765A62) is known color: Scorpion. HEX triplet: 76, 5A and 62. RGB value is (118,90,98). Sum of RGB (Red+Green+Blue) = 118+90+98=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #765A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A62 is #89A59D. Grayscale: #636363. Windows color (decimal): -9020830 or 6445686. OLE color: 6445686.

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

Color convert

RGB 118 90 98 -
CMYK 0 0.24 0.17 0.54
HSL 342.86º 0.13% 0.41% -
HSV(B) 342.86º 0.24% 0.46% -
XYZ 13.33 12.05 13.18 -
YUV 99.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 118 90 98 0 0.24 0.17 0.54 342.86 0.13 0.41
Hex 76 5A 62 0 18 11 36 157 D 29
Octal 166 132 142 0 30 21 66 527 15 51
Binary 1110110 1011010 1100010 0 11000 10001 110110 101010111 1101 101001

Color Harmonies of #765A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A62

Black with #765A62

Text Example


Text Example

White with #765A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,90,98); }

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

background-color css

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

 a { background-color: rgb(118,90,98); }

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

border-color css

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

 span { border-color: rgb(118,90,98); }

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