Html Css Color HEX #786066 Scorpion

📋 copy color: '#786066'

red 120 ◦ green 96 ◦ blue 102

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

Shades of Scorpion #786066

Tints of Scorpion #786066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 37.74%
G = 30.19%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#786066 (or 0x786066) is known color: Scorpion. HEX triplet: 78, 60 and 66. RGB value is (120,96,102). Sum of RGB (Red+Green+Blue) = 120+96+102=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #786066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786066 is #879F99. Grayscale: #676767. Windows color (decimal): -8888218 or 6709368. OLE color: 6709368.

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

Color convert

RGB 120 96 102 -
CMYK 0 0.2 0.15 0.53
HSL 345º 0.11% 0.42% -
HSV(B) 345º 0.2% 0.47% -
XYZ 14.33 13.32 14.39 -
YUV 103.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 120 96 102 0 0.2 0.15 0.53 345 0.11 0.42
Hex 78 60 66 0 14 F 35 159 B 2A
Octal 170 140 146 0 24 17 65 531 13 52
Binary 1111000 1100000 1100110 0 10100 1111 110101 101011001 1011 101010

Color Harmonies of #786066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786066

Black with #786066

Text Example


Text Example

White with #786066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786066; }

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

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

background-color css

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

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

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

border-color css

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

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

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