Html Css Color HEX #776544 Yellow Metal

📋 copy color: '#776544'

red 119 ◦ green 101 ◦ blue 68

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

Shades of Yellow Metal #776544

Tints of Yellow Metal #776544

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

 BLUE value IS 68 (26.95% from 255) = 23.61%

R = 41.32%
G = 35.07%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#776544 (or 0x776544) is known color: Yellow Metal. HEX triplet: 77, 65 and 44. RGB value is (119,101,68). Sum of RGB (Red+Green+Blue) = 119+101+68=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776544 is #889ABB. Grayscale: #666666. Windows color (decimal): -8952508 or 4482423. OLE color: 4482423.

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

Color convert

RGB 119 101 68 -
CMYK 0 0.15 0.43 0.53
HSL 38.82º 0.27% 0.37% -
HSV(B) 38.82º 0.43% 0.47% -
XYZ 13.3 13.65 7.4 -
YUV 102.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 119 101 68 0 0.15 0.43 0.53 38.82 0.27 0.37
Hex 77 65 44 0 F 2B 35 27 1B 25
Octal 167 145 104 0 17 53 65 47 33 45
Binary 1110111 1100101 1000100 0 1111 101011 110101 100111 11011 100101

Color Harmonies of #776544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776544

Black with #776544

Text Example


Text Example

White with #776544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776544; }

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

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

background-color css

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

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

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

border-color css

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

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

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