Html Css Color HEX #7B680C Yukon Gold

📋 copy color: '#7B680C'

red 123 ◦ green 104 ◦ blue 12

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

Shades of Yukon Gold #7B680C

Tints of Yukon Gold #7B680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 51.46%
G = 43.51%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7B680C (or 0x7B680C) is known color: Yukon Gold. HEX triplet: 7B, 68 and 0C. RGB value is (123,104,12). Sum of RGB (Red+Green+Blue) = 123+104+12=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B680C is #8497F3. Grayscale: #636363. Windows color (decimal): -8689652 or 813179. OLE color: 813179.

HSL color Cylindrical-coordinate representation of color #7B680C: hue angle of 49.73º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B680C is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 104 12 -
CMYK 0 0.15 0.90 0.52
HSL 49.73º 0.82% 0.26% -
HSV(B) 49.73º 0.9% 0.48% -
XYZ 13.19 14.14 2.38 -
YUV 99.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 123 104 12 0 0.15 0.90 0.52 49.73 0.82 0.26
Hex 7B 68 C 0 F 5A 34 32 52 1A
Octal 173 150 14 0 17 132 64 62 122 32
Binary 1111011 1101000 1100 0 1111 1011010 110100 110010 1010010 11010

Color Harmonies of #7B680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B680C

Black with #7B680C

Text Example


Text Example

White with #7B680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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