Html Css Color HEX #765C63 Scorpion

📋 copy color: '#765C63'

red 118 ◦ green 92 ◦ blue 99

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

Shades of Scorpion #765C63

Tints of Scorpion #765C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 38.19%
G = 29.77%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#765C63 (or 0x765C63) is known color: Scorpion. HEX triplet: 76, 5C and 63. RGB value is (118,92,99). Sum of RGB (Red+Green+Blue) = 118+92+99=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #765C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C63 is #89A39C. Grayscale: #646464. Windows color (decimal): -9020317 or 6511734. OLE color: 6511734.

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

Color convert

RGB 118 92 99 -
CMYK 0 0.22 0.16 0.54
HSL 343.85º 0.12% 0.41% -
HSV(B) 343.85º 0.22% 0.46% -
XYZ 13.55 12.41 13.48 -
YUV 100.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 118 92 99 0 0.22 0.16 0.54 343.85 0.12 0.41
Hex 76 5C 63 0 16 10 36 158 C 29
Octal 166 134 143 0 26 20 66 530 14 51
Binary 1110110 1011100 1100011 0 10110 10000 110110 101011000 1100 101001

Color Harmonies of #765C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C63

Black with #765C63

Text Example


Text Example

White with #765C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,92,99); }

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

background-color css

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

 a { background-color: rgb(118,92,99); }

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

border-color css

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

 span { border-color: rgb(118,92,99); }

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