Html Css Color HEX #786069 Scorpion

📋 copy color: '#786069'

red 120 ◦ green 96 ◦ blue 105

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

Shades of Scorpion #786069

Tints of Scorpion #786069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 37.38%
G = 29.91%
B = 32.71%

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

#786069 (or 0x786069) is known color: Scorpion. HEX triplet: 78, 60 and 69. RGB value is (120,96,105). Sum of RGB (Red+Green+Blue) = 120+96+105=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #786069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786069 is #879F96. Grayscale: #686868. Windows color (decimal): -8888215 or 6905976. OLE color: 6905976.

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

Color convert

RGB 120 96 105 -
CMYK 0 0.2 0.13 0.53
HSL 337.5º 0.11% 0.42% -
HSV(B) 337.5º 0.2% 0.47% -
XYZ 14.48 13.38 15.18 -
YUV 104.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 120 96 105 0 0.2 0.13 0.53 337.5 0.11 0.42
Hex 78 60 69 0 14 D 35 152 B 2A
Octal 170 140 151 0 24 15 65 522 13 52
Binary 1111000 1100000 1101001 0 10100 1101 110101 101010010 1011 101010

Color Harmonies of #786069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786069

Black with #786069

Text Example


Text Example

White with #786069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786069; }

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

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

background-color css

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

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

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

border-color css

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

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

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