Html Css Color HEX #786268 Scorpion

📋 copy color: '#786268'

red 120 ◦ green 98 ◦ blue 104

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

Shades of Scorpion #786268

Tints of Scorpion #786268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.43%

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

R = 37.27%
G = 30.43%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#786268 (or 0x786268) is known color: Scorpion. HEX triplet: 78, 62 and 68. RGB value is (120,98,104). Sum of RGB (Red+Green+Blue) = 120+98+104=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #786268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786268 is #879D97. Grayscale: #696969. Windows color (decimal): -8887704 or 6840952. OLE color: 6840952.

HSL color Cylindrical-coordinate representation of color #786268: hue angle of 343.64º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786268 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 98 104 -
CMYK 0 0.18 0.13 0.53
HSL 343.64º 0.1% 0.43% -
HSV(B) 343.64º 0.18% 0.47% -
XYZ 14.61 13.73 14.98 -
YUV 105.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 120 98 104 0 0.18 0.13 0.53 343.64 0.1 0.43
Hex 78 62 68 0 12 D 35 158 A 2B
Octal 170 142 150 0 22 15 65 530 12 53
Binary 1111000 1100010 1101000 0 10010 1101 110101 101011000 1010 101011

Color Harmonies of #786268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786268

Black with #786268

Text Example


Text Example

White with #786268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786268; }

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

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

background-color css

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

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

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

border-color css

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

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

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