Html Css Color HEX #7B6814 Yukon Gold

📋 copy color: '#7B6814'

red 123 ◦ green 104 ◦ blue 20

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

Shades of Yukon Gold #7B6814

Tints of Yukon Gold #7B6814

RGB

 RED value IS 123 (48.44% from 255) = 49.8%

 GREEN value IS 104 (41.02% from 255) = 42.11%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 49.8%
G = 42.11%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7B6814 (or 0x7B6814) is known color: Yukon Gold. HEX triplet: 7B, 68 and 14. RGB value is (123,104,20). Sum of RGB (Red+Green+Blue) = 123+104+20=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6814 is #8497EB. Grayscale: #646464. Windows color (decimal): -8689644 or 1337467. OLE color: 1337467.

HSL color Cylindrical-coordinate representation of color #7B6814: hue angle of 48.93º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B6814 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 104 20 -
CMYK 0 0.15 0.84 0.52
HSL 48.93º 0.72% 0.28% -
HSV(B) 48.93º 0.84% 0.48% -
XYZ 13.24 14.16 2.7 -
YUV 100.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 123 104 20 0 0.15 0.84 0.52 48.93 0.72 0.28
Hex 7B 68 14 0 F 54 34 31 48 1C
Octal 173 150 24 0 17 124 64 61 110 34
Binary 1111011 1101000 10100 0 1111 1010100 110100 110001 1001000 11100

Color Harmonies of #7B6814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6814

Black with #7B6814

Text Example


Text Example

White with #7B6814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B6814; }

 p { color: rgb(123,104,20); }

 H1.HeaderClassName
 {
   color: #7B6814;
 }
 .AnyTagClassName
 {
   color: #7B6814;
 }
</style>

background-color css

<style>
 a { background-color: #7B6814; }

 a { background-color: rgb(123,104,20); }

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

border-color css

<style>
 span { border-color: #7B6814; }

 span { border-color: rgb(123,104,20); }

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