Html Css Color HEX #77610F Yukon Gold

📋 copy color: '#77610F'

red 119 ◦ green 97 ◦ blue 15

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

Shades of Yukon Gold #77610F

Tints of Yukon Gold #77610F

RGB

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

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

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

R = 51.52%
G = 41.99%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77610F (or 0x77610F) is known color: Yukon Gold. HEX triplet: 77, 61 and 0F. RGB value is (119,97,15). Sum of RGB (Red+Green+Blue) = 119+97+15=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77610F is #889EF0. Grayscale: #5E5E5E. Windows color (decimal): -8953585 or 1007991. OLE color: 1007991.

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

Color convert

RGB 119 97 15 -
CMYK 0 0.18 0.87 0.53
HSL 47.31º 0.78% 0.26% -
HSV(B) 47.31º 0.87% 0.47% -
XYZ 11.97 12.51 2.23 -
YUV 94.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 119 97 15 0 0.18 0.87 0.53 47.31 0.78 0.26
Hex 77 61 F 0 12 57 35 2F 4E 1A
Octal 167 141 17 0 22 127 65 57 116 32
Binary 1110111 1100001 1111 0 10010 1010111 110101 101111 1001110 11010

Color Harmonies of #77610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77610F

Black with #77610F

Text Example


Text Example

White with #77610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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