Html Css Color HEX #77693F Yellow Metal

📋 copy color: '#77693F'

red 119 ◦ green 105 ◦ blue 63

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

Shades of Yellow Metal #77693F

Tints of Yellow Metal #77693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

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

R = 41.46%
G = 36.59%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77693F (or 0x77693F) is known color: Yellow Metal. HEX triplet: 77, 69 and 3F. RGB value is (119,105,63). Sum of RGB (Red+Green+Blue) = 119+105+63=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #77693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77693F is #8896C0. Grayscale: #686868. Windows color (decimal): -8951489 or 4155767. OLE color: 4155767.

HSL color Cylindrical-coordinate representation of color #77693F: hue angle of 45º 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 #77693F is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 63 -
CMYK 0 0.12 0.47 0.53
HSL 45º 0.31% 0.36% -
HSV(B) 45º 0.47% 0.47% -
XYZ 13.56 14.38 6.76 -
YUV 104.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 119 105 63 0 0.12 0.47 0.53 45 0.31 0.36
Hex 77 69 3F 0 C 2F 35 2D 1F 24
Octal 167 151 77 0 14 57 65 55 37 44
Binary 1110111 1101001 111111 0 1100 101111 110101 101101 11111 100100

Color Harmonies of #77693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77693F

Black with #77693F

Text Example


Text Example

White with #77693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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