Html Css Color HEX #776162 Falcon

📋 copy color: '#776162'

red 119 ◦ green 97 ◦ blue 98

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

Shades of Falcon #776162

Tints of Falcon #776162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 37.9%
G = 30.89%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#776162 (or 0x776162) is known color: Falcon. HEX triplet: 77, 61 and 62. RGB value is (119,97,98). Sum of RGB (Red+Green+Blue) = 119+97+98=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776162 is #889E9D. Grayscale: #676767. Windows color (decimal): -8953502 or 6447479. OLE color: 6447479.

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

Color convert

RGB 119 97 98 -
CMYK 0 0.18 0.18 0.53
HSL 357.27º 0.1% 0.42% -
HSV(B) 357.27º 0.18% 0.47% -
XYZ 14.09 13.35 13.39 -
YUV 103.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 119 97 98 0 0.18 0.18 0.53 357.27 0.1 0.42
Hex 77 61 62 0 12 12 35 165 A 2A
Octal 167 141 142 0 22 22 65 545 12 52
Binary 1110111 1100001 1100010 0 10010 10010 110101 101100101 1010 101010

Color Harmonies of #776162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776162

Black with #776162

Text Example


Text Example

White with #776162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776162; }

 p { color: rgb(119,97,98); }

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

background-color css

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

 a { background-color: rgb(119,97,98); }

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

border-color css

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

 span { border-color: rgb(119,97,98); }

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