Html Css Color HEX #7B6114 Yukon Gold

📋 copy color: '#7B6114'

red 123 ◦ green 97 ◦ blue 20

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

Shades of Yukon Gold #7B6114

Tints of Yukon Gold #7B6114

RGB

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

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

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

R = 51.25%
G = 40.42%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7B6114 (or 0x7B6114) is known color: Yukon Gold. HEX triplet: 7B, 61 and 14. RGB value is (123,97,20). Sum of RGB (Red+Green+Blue) = 123+97+20=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6114 is #849EEB. Grayscale: #606060. Windows color (decimal): -8691436 or 1335675. OLE color: 1335675.

HSL color Cylindrical-coordinate representation of color #7B6114: hue angle of 44.85º 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 #7B6114 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 97 20 -
CMYK 0 0.21 0.84 0.52
HSL 44.85º 0.72% 0.28% -
HSV(B) 44.85º 0.84% 0.48% -
XYZ 12.57 12.81 2.47 -
YUV 96 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 123 97 20 0 0.21 0.84 0.52 44.85 0.72 0.28
Hex 7B 61 14 0 15 54 34 2D 48 1C
Octal 173 141 24 0 25 124 64 55 110 34
Binary 1111011 1100001 10100 0 10101 1010100 110100 101101 1001000 11100

Color Harmonies of #7B6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6114

Black with #7B6114

Text Example


Text Example

White with #7B6114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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