Html Css Color HEX #786068 Scorpion

📋 copy color: '#786068'

red 120 ◦ green 96 ◦ blue 104

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

Shades of Scorpion #786068

Tints of Scorpion #786068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

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

R = 37.5%
G = 30%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#786068 (or 0x786068) is known color: Scorpion. HEX triplet: 78, 60 and 68. RGB value is (120,96,104). Sum of RGB (Red+Green+Blue) = 120+96+104=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #786068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786068 is #879F97. Grayscale: #686868. Windows color (decimal): -8888216 or 6840440. OLE color: 6840440.

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

Color convert

RGB 120 96 104 -
CMYK 0 0.2 0.13 0.53
HSL 340º 0.11% 0.42% -
HSV(B) 340º 0.2% 0.47% -
XYZ 14.43 13.36 14.91 -
YUV 104.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 120 96 104 0 0.2 0.13 0.53 340 0.11 0.42
Hex 78 60 68 0 14 D 35 154 B 2A
Octal 170 140 150 0 24 15 65 524 13 52
Binary 1111000 1100000 1101000 0 10100 1101 110101 101010100 1011 101010

Color Harmonies of #786068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786068

Black with #786068

Text Example


Text Example

White with #786068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786068; }

 p { color: rgb(120,96,104); }

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

background-color css

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

 a { background-color: rgb(120,96,104); }

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

border-color css

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

 span { border-color: rgb(120,96,104); }

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