Html Css Color HEX #77650B Yukon Gold

📋 copy color: '#77650B'

red 119 ◦ green 101 ◦ blue 11

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

Shades of Yukon Gold #77650B

Tints of Yukon Gold #77650B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.76%

R = 51.52%
G = 43.72%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77650B (or 0x77650B) is known color: Yukon Gold. HEX triplet: 77, 65 and 0B. RGB value is (119,101,11). Sum of RGB (Red+Green+Blue) = 119+101+11=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77650B is #889AF4. Grayscale: #606060. Windows color (decimal): -8952565 or 746871. OLE color: 746871.

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

Color convert

RGB 119 101 11 -
CMYK 0 0.15 0.91 0.53
HSL 50º 0.83% 0.25% -
HSV(B) 50º 0.91% 0.47% -
XYZ 12.32 13.25 2.23 -
YUV 96.12 79.96 144.32 -
System Red Green Blue C M Y K H S L
Decimal 119 101 11 0 0.15 0.91 0.53 50 0.83 0.25
Hex 77 65 B 0 F 5B 35 32 53 19
Octal 167 145 13 0 17 133 65 62 123 31
Binary 1110111 1100101 1011 0 1111 1011011 110101 110010 1010011 11001

Color Harmonies of #77650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77650B

Black with #77650B

Text Example


Text Example

White with #77650B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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