Html Css Color HEX #776469 Scorpion

📋 copy color: '#776469'

red 119 ◦ green 100 ◦ blue 105

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

Shades of Scorpion #776469

Tints of Scorpion #776469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

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

R = 36.73%
G = 30.86%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#776469 (or 0x776469) is known color: Scorpion. HEX triplet: 77, 64 and 69. RGB value is (119,100,105). Sum of RGB (Red+Green+Blue) = 119+100+105=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #776469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776469 is #889B96. Grayscale: #6A6A6A. Windows color (decimal): -8952727 or 6906999. OLE color: 6906999.

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

Color convert

RGB 119 100 105 -
CMYK 0 0.16 0.12 0.53
HSL 344.21º 0.09% 0.43% -
HSV(B) 344.21º 0.16% 0.47% -
XYZ 14.71 14.06 15.3 -
YUV 106.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 119 100 105 0 0.16 0.12 0.53 344.21 0.09 0.43
Hex 77 64 69 0 10 C 35 158 9 2B
Octal 167 144 151 0 20 14 65 530 11 53
Binary 1110111 1100100 1101001 0 10000 1100 110101 101011000 1001 101011

Color Harmonies of #776469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776469

Black with #776469

Text Example


Text Example

White with #776469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776469; }

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

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

background-color css

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

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

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

border-color css

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

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

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