Html Css Color HEX #77613F Yellow Metal

📋 copy color: '#77613F'

red 119 ◦ green 97 ◦ blue 63

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

Shades of Yellow Metal #77613F

Tints of Yellow Metal #77613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.58%

R = 42.65%
G = 34.77%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77613F (or 0x77613F) is known color: Yellow Metal. HEX triplet: 77, 61 and 3F. RGB value is (119,97,63). Sum of RGB (Red+Green+Blue) = 119+97+63=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77613F is #889EC0. Grayscale: #636363. Windows color (decimal): -8953537 or 4153719. OLE color: 4153719.

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

Color convert

RGB 119 97 63 -
CMYK 0 0.18 0.47 0.53
HSL 36.43º 0.31% 0.36% -
HSV(B) 36.43º 0.47% 0.47% -
XYZ 12.78 12.83 6.51 -
YUV 99.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 119 97 63 0 0.18 0.47 0.53 36.43 0.31 0.36
Hex 77 61 3F 0 12 2F 35 24 1F 24
Octal 167 141 77 0 22 57 65 44 37 44
Binary 1110111 1100001 111111 0 10010 101111 110101 100100 11111 100100

Color Harmonies of #77613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77613F

Black with #77613F

Text Example


Text Example

White with #77613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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