Html Css Color HEX #776065 Scorpion

📋 copy color: '#776065'

red 119 ◦ green 96 ◦ blue 101

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

Shades of Scorpion #776065

Tints of Scorpion #776065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 37.66%
G = 30.38%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#776065 (or 0x776065) is known color: Scorpion. HEX triplet: 77, 60 and 65. RGB value is (119,96,101). Sum of RGB (Red+Green+Blue) = 119+96+101=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #776065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776065 is #889F9A. Grayscale: #676767. Windows color (decimal): -8953755 or 6643831. OLE color: 6643831.

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

Color convert

RGB 119 96 101 -
CMYK 0 0.19 0.15 0.53
HSL 346.96º 0.11% 0.42% -
HSV(B) 346.96º 0.19% 0.47% -
XYZ 14.14 13.23 14.12 -
YUV 103.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 119 96 101 0 0.19 0.15 0.53 346.96 0.11 0.42
Hex 77 60 65 0 13 F 35 15B B 2A
Octal 167 140 145 0 23 17 65 533 13 52
Binary 1110111 1100000 1100101 0 10011 1111 110101 101011011 1011 101010

Color Harmonies of #776065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776065

Black with #776065

Text Example


Text Example

White with #776065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776065; }

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

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

background-color css

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

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

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

border-color css

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

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

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