Html Css Color HEX #77650D Yukon Gold

📋 copy color: '#77650D'

red 119 ◦ green 101 ◦ blue 13

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

Shades of Yukon Gold #77650D

Tints of Yukon Gold #77650D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 51.07%
G = 43.35%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77650D (or 0x77650D) is known color: Yukon Gold. HEX triplet: 77, 65 and 0D. RGB value is (119,101,13). Sum of RGB (Red+Green+Blue) = 119+101+13=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77650D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77650D is #889AF2. Grayscale: #606060. Windows color (decimal): -8952563 or 877943. OLE color: 877943.

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

Color convert

RGB 119 101 13 -
CMYK 0 0.15 0.89 0.53
HSL 49.81º 0.8% 0.26% -
HSV(B) 49.81º 0.89% 0.47% -
XYZ 12.33 13.26 2.29 -
YUV 96.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 119 101 13 0 0.15 0.89 0.53 49.81 0.8 0.26
Hex 77 65 D 0 F 59 35 32 50 1A
Octal 167 145 15 0 17 131 65 62 120 32
Binary 1110111 1100101 1101 0 1111 1011001 110101 110010 1010000 11010

Color Harmonies of #77650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77650D

Black with #77650D

Text Example


Text Example

White with #77650D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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