Html Css Color HEX #785F6C Scorpion

📋 copy color: '#785F6C'

red 120 ◦ green 95 ◦ blue 108

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

Shades of Scorpion #785F6C

Tints of Scorpion #785F6C

RGB

 RED value IS 120 (47.27% from 255) = 37.15%

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

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 37.15%
G = 29.41%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#785F6C (or 0x785F6C) is known color: Scorpion. HEX triplet: 78, 5F and 6C. RGB value is (120,95,108). Sum of RGB (Red+Green+Blue) = 120+95+108=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #785F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F6C is #87A093. Grayscale: #676767. Windows color (decimal): -8888468 or 7102328. OLE color: 7102328.

HSL color Cylindrical-coordinate representation of color #785F6C: hue angle of 328.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #785F6C is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 95 108 -
CMYK 0 0.21 0.10 0.53
HSL 328.8º 0.12% 0.42% -
HSV(B) 328.8º 0.21% 0.47% -
XYZ 14.54 13.26 15.98 -
YUV 103.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 120 95 108 0 0.21 0.10 0.53 328.8 0.12 0.42
Hex 78 5F 6C 0 15 A 35 149 C 2A
Octal 170 137 154 0 25 12 65 511 14 52
Binary 1111000 1011111 1101100 0 10101 1010 110101 101001001 1100 101010

Color Harmonies of #785F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F6C

Black with #785F6C

Text Example


Text Example

White with #785F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785F6C; }

 p { color: rgb(120,95,108); }

 H1.HeaderClassName
 {
   color: #785F6C;
 }
 .AnyTagClassName
 {
   color: #785F6C;
 }
</style>

background-color css

<style>
 a { background-color: #785F6C; }

 a { background-color: rgb(120,95,108); }

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

border-color css

<style>
 span { border-color: #785F6C; }

 span { border-color: rgb(120,95,108); }

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