Html Css Color HEX #77613D Yellow Metal

📋 copy color: '#77613D'

red 119 ◦ green 97 ◦ blue 61

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

Shades of Yellow Metal #77613D

Tints of Yellow Metal #77613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.02%

R = 42.96%
G = 35.02%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77613D (or 0x77613D) is known color: Yellow Metal. HEX triplet: 77, 61 and 3D. RGB value is (119,97,61). Sum of RGB (Red+Green+Blue) = 119+97+61=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77613D is #889EC2. Grayscale: #636363. Windows color (decimal): -8953539 or 4022647. OLE color: 4022647.

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

Color convert

RGB 119 97 61 -
CMYK 0 0.18 0.49 0.53
HSL 37.24º 0.32% 0.35% -
HSV(B) 37.24º 0.49% 0.47% -
XYZ 12.72 12.81 6.22 -
YUV 99.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 119 97 61 0 0.18 0.49 0.53 37.24 0.32 0.35
Hex 77 61 3D 0 12 31 35 25 20 23
Octal 167 141 75 0 22 61 65 45 40 43
Binary 1110111 1100001 111101 0 10010 110001 110101 100101 100000 100011

Color Harmonies of #77613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77613D

Black with #77613D

Text Example


Text Example

White with #77613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77613D; }

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

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

background-color css

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

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

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

border-color css

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

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

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