#775B62

Color #775B62 Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #775B62

Tints of Scorpion #775B62

Color information

#775B62 (or 0x775B62) is unknown color: approx Scorpion. HEX triplet: 77, 5B and 62. RGB value is (119,91,98). Sum of RGB (Red+Green+Blue) = 119+91+98=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B62 is #88A49D. Grayscale: #646464. Windows color (decimal): -8955038 or 6445943. OLE color: 6445943.

HSL color Cylindrical-coordinate representation of color #775B62: hue angle of 345º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775B62 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1199198-
CMYK00.240.180.53
HSL345º13.33%41.18%-
HSV(B)345º23.53%46.67%-
XYZ13.5512.2913.21-
YUV100.17126.78141.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=38.64%
G=29.55%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119919800.240.180.5334513.3341.18
Hex775B620181235159d29
Octal16713314203022655311551
Binary111011110110111100010011000100101101011010110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775B62; }

 p { color: rgb(119,91,98); }

 H1.HeaderClassName
 {
   color: #775B62;
 }
 .AnyTagClassName
 {
   color: #775B62;
 }
</style>
background-color css

<style>
 a { background-color: #775B62; }

 a { background-color: rgb(119,91,98); }

 div.DivClassName
 {
   background-color: #775B62;
 }
 .BgClassName
 {
   background-color: #775B62;
 }
</style>
border-color css

<style>
 span { border-color: #775B62; }

 span { border-color: rgb(119,91,98); }

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