Html Css Color HEX #775C66 Scorpion

📋 copy color: '#775C66'

red 119 ◦ green 92 ◦ blue 102

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

Shades of Scorpion #775C66

Tints of Scorpion #775C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 38.02%
G = 29.39%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#775C66 (or 0x775C66) is known color: Scorpion. HEX triplet: 77, 5C and 66. RGB value is (119,92,102). Sum of RGB (Red+Green+Blue) = 119+92+102=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C66 is #88A399. Grayscale: #656565. Windows color (decimal): -8954778 or 6708343. OLE color: 6708343.

HSL color Cylindrical-coordinate representation of color #775C66: hue angle of 337.78º 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 #775C66 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 92 102 -
CMYK 0 0.23 0.14 0.53
HSL 337.78º 0.13% 0.41% -
HSV(B) 337.78º 0.23% 0.47% -
XYZ 13.83 12.54 14.26 -
YUV 101.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 119 92 102 0 0.23 0.14 0.53 337.78 0.13 0.41
Hex 77 5C 66 0 17 E 35 152 D 29
Octal 167 134 146 0 27 16 65 522 15 51
Binary 1110111 1011100 1100110 0 10111 1110 110101 101010010 1101 101001

Color Harmonies of #775C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C66

Black with #775C66

Text Example


Text Example

White with #775C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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