Html Css Color HEX #77630E Yukon Gold

📋 copy color: '#77630E'

red 119 ◦ green 99 ◦ blue 14

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

Shades of Yukon Gold #77630E

Tints of Yukon Gold #77630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 51.29%
G = 42.67%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77630E (or 0x77630E) is known color: Yukon Gold. HEX triplet: 77, 63 and 0E. RGB value is (119,99,14). Sum of RGB (Red+Green+Blue) = 119+99+14=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77630E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77630E is #889CF1. Grayscale: #5F5F5F. Windows color (decimal): -8953074 or 942967. OLE color: 942967.

HSL color Cylindrical-coordinate representation of color #77630E: hue angle of 48.57º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77630E is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 99 14 -
CMYK 0 0.17 0.88 0.53
HSL 48.57º 0.79% 0.26% -
HSV(B) 48.57º 0.88% 0.47% -
XYZ 12.15 12.88 2.26 -
YUV 95.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 119 99 14 0 0.17 0.88 0.53 48.57 0.79 0.26
Hex 77 63 E 0 11 58 35 31 4F 1A
Octal 167 143 16 0 21 130 65 61 117 32
Binary 1110111 1100011 1110 0 10001 1011000 110101 110001 1001111 11010

Color Harmonies of #77630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77630E

Black with #77630E

Text Example


Text Example

White with #77630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77630E; }

 p { color: rgb(119,99,14); }

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

background-color css

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

 a { background-color: rgb(119,99,14); }

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

border-color css

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

 span { border-color: rgb(119,99,14); }

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