Html Css Color HEX #7B6710 Yukon Gold

📋 copy color: '#7B6710'

red 123 ◦ green 103 ◦ blue 16

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

Shades of Yukon Gold #7B6710

Tints of Yukon Gold #7B6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.56%

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 50.83%
G = 42.56%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#7B6710 (or 0x7B6710) is known color: Yukon Gold. HEX triplet: 7B, 67 and 10. RGB value is (123,103,16). Sum of RGB (Red+Green+Blue) = 123+103+16=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6710 is #8498EF. Grayscale: #636363. Windows color (decimal): -8689904 or 1075067. OLE color: 1075067.

HSL color Cylindrical-coordinate representation of color #7B6710: hue angle of 48.79º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B6710 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 103 16 -
CMYK 0 0.16 0.87 0.52
HSL 48.79º 0.77% 0.27% -
HSV(B) 48.79º 0.87% 0.48% -
XYZ 13.11 13.95 2.49 -
YUV 99.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 123 103 16 0 0.16 0.87 0.52 48.79 0.77 0.27
Hex 7B 67 10 0 10 57 34 31 4D 1B
Octal 173 147 20 0 20 127 64 61 115 33
Binary 1111011 1100111 10000 0 10000 1010111 110100 110001 1001101 11011

Color Harmonies of #7B6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6710

Black with #7B6710

Text Example


Text Example

White with #7B6710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,103,16); }

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

background-color css

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

 a { background-color: rgb(123,103,16); }

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

border-color css

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

 span { border-color: rgb(123,103,16); }

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