Html Css Color HEX #77640F Yukon Gold

📋 copy color: '#77640F'

red 119 ◦ green 100 ◦ blue 15

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

Shades of Yukon Gold #77640F

Tints of Yukon Gold #77640F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.74%

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 50.85%
G = 42.74%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77640F (or 0x77640F) is known color: Yukon Gold. HEX triplet: 77, 64 and 0F. RGB value is (119,100,15). Sum of RGB (Red+Green+Blue) = 119+100+15=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77640F is #889BF0. Grayscale: #606060. Windows color (decimal): -8952817 or 1008759. OLE color: 1008759.

HSL color Cylindrical-coordinate representation of color #77640F: hue angle of 49.04º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77640F is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 15 -
CMYK 0 0.16 0.87 0.53
HSL 49.04º 0.78% 0.26% -
HSV(B) 49.04º 0.87% 0.47% -
XYZ 12.25 13.07 2.33 -
YUV 95.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 119 100 15 0 0.16 0.87 0.53 49.04 0.78 0.26
Hex 77 64 F 0 10 57 35 31 4E 1A
Octal 167 144 17 0 20 127 65 61 116 32
Binary 1110111 1100100 1111 0 10000 1010111 110101 110001 1001110 11010

Color Harmonies of #77640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77640F

Black with #77640F

Text Example


Text Example

White with #77640F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,100,15); }

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

background-color css

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

 a { background-color: rgb(119,100,15); }

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

border-color css

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

 span { border-color: rgb(119,100,15); }

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