Html Css Color HEX #775F6A Scorpion

📋 copy color: '#775F6A'

red 119 ◦ green 95 ◦ blue 106

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

Shades of Scorpion #775F6A

Tints of Scorpion #775F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.69%

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 37.19%
G = 29.69%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#775F6A (or 0x775F6A) is known color: Scorpion. HEX triplet: 77, 5F and 6A. RGB value is (119,95,106). Sum of RGB (Red+Green+Blue) = 119+95+106=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F6A is #88A095. Grayscale: #676767. Windows color (decimal): -8954006 or 6971255. OLE color: 6971255.

HSL color Cylindrical-coordinate representation of color #775F6A: hue angle of 332.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #775F6A is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 106 -
CMYK 0 0.20 0.11 0.53
HSL 332.5º 0.11% 0.42% -
HSV(B) 332.5º 0.2% 0.47% -
XYZ 14.3 13.15 15.42 -
YUV 103.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 119 95 106 0 0.20 0.11 0.53 332.5 0.11 0.42
Hex 77 5F 6A 0 14 B 35 14C B 2A
Octal 167 137 152 0 24 13 65 514 13 52
Binary 1110111 1011111 1101010 0 10100 1011 110101 101001100 1011 101010

Color Harmonies of #775F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F6A

Black with #775F6A

Text Example


Text Example

White with #775F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,95,106); }

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

background-color css

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

 a { background-color: rgb(119,95,106); }

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

border-color css

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

 span { border-color: rgb(119,95,106); }

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