Html Css Color HEX #775F68 Scorpion

📋 copy color: '#775F68'

red 119 ◦ green 95 ◦ blue 104

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

Shades of Scorpion #775F68

Tints of Scorpion #775F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 37.42%
G = 29.87%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#775F68 (or 0x775F68) is known color: Scorpion. HEX triplet: 77, 5F and 68. RGB value is (119,95,104). Sum of RGB (Red+Green+Blue) = 119+95+104=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #775F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F68 is #88A097. Grayscale: #676767. Windows color (decimal): -8954008 or 6840183. OLE color: 6840183.

HSL color Cylindrical-coordinate representation of color #775F68: hue angle of 337.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 #775F68 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 104 -
CMYK 0 0.20 0.13 0.53
HSL 337.5º 0.11% 0.42% -
HSV(B) 337.5º 0.2% 0.47% -
XYZ 14.2 13.11 14.88 -
YUV 103.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 119 95 104 0 0.20 0.13 0.53 337.5 0.11 0.42
Hex 77 5F 68 0 14 D 35 152 B 2A
Octal 167 137 150 0 24 15 65 522 13 52
Binary 1110111 1011111 1101000 0 10100 1101 110101 101010010 1011 101010

Color Harmonies of #775F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F68

Black with #775F68

Text Example


Text Example

White with #775F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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