Html Css Color HEX #785F6A Scorpion

📋 copy color: '#785F6A'

red 120 ◦ green 95 ◦ blue 106

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

Shades of Scorpion #785F6A

Tints of Scorpion #785F6A

RGB

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

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

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

R = 37.38%
G = 29.6%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#785F6A (or 0x785F6A) is known color: Scorpion. HEX triplet: 78, 5F and 6A. RGB value is (120,95,106). Sum of RGB (Red+Green+Blue) = 120+95+106=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #785F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F6A is #87A095. Grayscale: #676767. Windows color (decimal): -8888470 or 6971256. OLE color: 6971256.

HSL color Cylindrical-coordinate representation of color #785F6A: hue angle of 333.6º 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 #785F6A is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 95 106 -
CMYK 0 0.21 0.12 0.53
HSL 333.6º 0.12% 0.42% -
HSV(B) 333.6º 0.21% 0.47% -
XYZ 14.44 13.22 15.43 -
YUV 103.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 120 95 106 0 0.21 0.12 0.53 333.6 0.12 0.42
Hex 78 5F 6A 0 15 C 35 14E C 2A
Octal 170 137 152 0 25 14 65 516 14 52
Binary 1111000 1011111 1101010 0 10101 1100 110101 101001110 1100 101010

Color Harmonies of #785F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F6A

Black with #785F6A

Text Example


Text Example

White with #785F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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