#7B692A

Color #7B692A Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #7B692A

Tints of Yukon Gold #7B692A

Color information

#7B692A (or 0x7B692A) is unknown color: approx Yukon Gold. HEX triplet: 7B, 69 and 2A. RGB value is (123,105,42). Sum of RGB (Red+Green+Blue) = 123+105+42=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B692A is #8496D5. Grayscale: #676767. Windows color (decimal): -8689366 or 2779515. OLE color: 2779515.

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

Color convert

RGB12310542-
CMYK00.150.660.52
HSL46.67º49.09%32.35%-
HSV(B)46.67º65.85%48.24%-
XYZ13.6414.484.27-
YUV103.293.46142.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=45.56%
G=38.89%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231054200.150.660.5246.6749.0932.35
Hex7B692A0F42342f3120
Octal1731515201710264576140
Binary11110111101001101010011111000010110100101111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,105,42); }

 H1.HeaderClassName
 {
   color: #7B692A;
 }
 .AnyTagClassName
 {
   color: #7B692A;
 }
</style>
background-color css

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

 a { background-color: rgb(123,105,42); }

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

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

 span { border-color: rgb(123,105,42); }

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