Html Css Color HEX #775C63 Scorpion

📋 copy color: '#775C63'

red 119 ◦ green 92 ◦ blue 99

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

Shades of Scorpion #775C63

Tints of Scorpion #775C63

RGB

 RED value IS 119 (46.88% from 255) = 38.39%

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

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

R = 38.39%
G = 29.68%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#775C63 (or 0x775C63) is known color: Scorpion. HEX triplet: 77, 5C and 63. RGB value is (119,92,99). Sum of RGB (Red+Green+Blue) = 119+92+99=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #775C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C63 is #88A39C. Grayscale: #646464. Windows color (decimal): -8954781 or 6511735. OLE color: 6511735.

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

Color convert

RGB 119 92 99 -
CMYK 0 0.23 0.17 0.53
HSL 344.44º 0.13% 0.41% -
HSV(B) 344.44º 0.23% 0.47% -
XYZ 13.69 12.48 13.49 -
YUV 100.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 119 92 99 0 0.23 0.17 0.53 344.44 0.13 0.41
Hex 77 5C 63 0 17 11 35 158 D 29
Octal 167 134 143 0 27 21 65 530 15 51
Binary 1110111 1011100 1100011 0 10111 10001 110101 101011000 1101 101001

Color Harmonies of #775C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C63

Black with #775C63

Text Example


Text Example

White with #775C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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