Html Css Color HEX #776069 Scorpion

📋 copy color: '#776069'

red 119 ◦ green 96 ◦ blue 105

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

Shades of Scorpion #776069

Tints of Scorpion #776069

RGB

 RED value IS 119 (46.88% from 255) = 37.19%

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

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

R = 37.19%
G = 30%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#776069 (or 0x776069) is known color: Scorpion. HEX triplet: 77, 60 and 69. RGB value is (119,96,105). Sum of RGB (Red+Green+Blue) = 119+96+105=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776069 is #889F96. Grayscale: #676767. Windows color (decimal): -8953751 or 6905975. OLE color: 6905975.

HSL color Cylindrical-coordinate representation of color #776069: hue angle of 336.52º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776069 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 105 -
CMYK 0 0.19 0.12 0.53
HSL 336.52º 0.11% 0.42% -
HSV(B) 336.52º 0.19% 0.47% -
XYZ 14.34 13.31 15.18 -
YUV 103.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 119 96 105 0 0.19 0.12 0.53 336.52 0.11 0.42
Hex 77 60 69 0 13 C 35 151 B 2A
Octal 167 140 151 0 23 14 65 521 13 52
Binary 1110111 1100000 1101001 0 10011 1100 110101 101010001 1011 101010

Color Harmonies of #776069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776069

Black with #776069

Text Example


Text Example

White with #776069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776069; }

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

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

background-color css

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

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

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

border-color css

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

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

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