Html Css Color HEX #7B6B0D Yukon Gold

📋 copy color: '#7B6B0D'

red 123 ◦ green 107 ◦ blue 13

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

Shades of Yukon Gold #7B6B0D

Tints of Yukon Gold #7B6B0D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.03%

 BLUE value IS 13 (5.47% from 255) = 5.35%

R = 50.62%
G = 44.03%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7B6B0D (or 0x7B6B0D) is known color: Yukon Gold. HEX triplet: 7B, 6B and 0D. RGB value is (123,107,13). Sum of RGB (Red+Green+Blue) = 123+107+13=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6B0D is #8494F2. Grayscale: #656565. Windows color (decimal): -8688883 or 879483. OLE color: 879483.

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

Color convert

RGB 123 107 13 -
CMYK 0 0.13 0.89 0.52
HSL 51.27º 0.81% 0.27% -
HSV(B) 51.27º 0.89% 0.48% -
XYZ 13.5 14.76 2.52 -
YUV 101.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 123 107 13 0 0.13 0.89 0.52 51.27 0.81 0.27
Hex 7B 6B D 0 D 59 34 33 51 1B
Octal 173 153 15 0 15 131 64 63 121 33
Binary 1111011 1101011 1101 0 1101 1011001 110100 110011 1010001 11011

Color Harmonies of #7B6B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6B0D

Black with #7B6B0D

Text Example


Text Example

White with #7B6B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,107,13); }

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

background-color css

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

 a { background-color: rgb(123,107,13); }

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

border-color css

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

 span { border-color: rgb(123,107,13); }

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