Html Css Color HEX #77603D Yellow Metal

📋 copy color: '#77603D'

red 119 ◦ green 96 ◦ blue 61

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

Shades of Yellow Metal #77603D

Tints of Yellow Metal #77603D

RGB

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

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

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

R = 43.12%
G = 34.78%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77603D (or 0x77603D) is known color: Yellow Metal. HEX triplet: 77, 60 and 3D. RGB value is (119,96,61). Sum of RGB (Red+Green+Blue) = 119+96+61=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77603D is #889FC2. Grayscale: #636363. Windows color (decimal): -8953795 or 4022391. OLE color: 4022391.

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

Color convert

RGB 119 96 61 -
CMYK 0 0.19 0.49 0.53
HSL 36.21º 0.32% 0.35% -
HSV(B) 36.21º 0.49% 0.47% -
XYZ 12.63 12.62 6.19 -
YUV 98.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 119 96 61 0 0.19 0.49 0.53 36.21 0.32 0.35
Hex 77 60 3D 0 13 31 35 24 20 23
Octal 167 140 75 0 23 61 65 44 40 43
Binary 1110111 1100000 111101 0 10011 110001 110101 100100 100000 100011

Color Harmonies of #77603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77603D

Black with #77603D

Text Example


Text Example

White with #77603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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