Html Css Color HEX #77650A Yukon Gold

📋 copy color: '#77650A'

red 119 ◦ green 101 ◦ blue 10

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

Shades of Yukon Gold #77650A

Tints of Yukon Gold #77650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.91%

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 51.74%
G = 43.91%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77650A (or 0x77650A) is known color: Yukon Gold. HEX triplet: 77, 65 and 0A. RGB value is (119,101,10). Sum of RGB (Red+Green+Blue) = 119+101+10=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77650A is #889AF5. Grayscale: #606060. Windows color (decimal): -8952566 or 681335. OLE color: 681335.

HSL color Cylindrical-coordinate representation of color #77650A: hue angle of 50.09º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77650A is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 10 -
CMYK 0 0.15 0.92 0.53
HSL 50.09º 0.84% 0.25% -
HSV(B) 50.09º 0.92% 0.47% -
XYZ 12.32 13.25 2.2 -
YUV 96.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 119 101 10 0 0.15 0.92 0.53 50.09 0.84 0.25
Hex 77 65 A 0 F 5C 35 32 54 19
Octal 167 145 12 0 17 134 65 62 124 31
Binary 1110111 1100101 1010 0 1111 1011100 110101 110010 1010100 11001

Color Harmonies of #77650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77650A

Black with #77650A

Text Example


Text Example

White with #77650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77650A; }

 p { color: rgb(119,101,10); }

 H1.HeaderClassName
 {
   color: #77650A;
 }
 .AnyTagClassName
 {
   color: #77650A;
 }
</style>

background-color css

<style>
 a { background-color: #77650A; }

 a { background-color: rgb(119,101,10); }

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

border-color css

<style>
 span { border-color: #77650A; }

 span { border-color: rgb(119,101,10); }

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