Html Css Color HEX #7B5D12 Yukon Gold

📋 copy color: '#7B5D12'

red 123 ◦ green 93 ◦ blue 18

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

Shades of Yukon Gold #7B5D12

Tints of Yukon Gold #7B5D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.74%

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 52.56%
G = 39.74%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B5D12 (or 0x7B5D12) is known color: Yukon Gold. HEX triplet: 7B, 5D and 12. RGB value is (123,93,18). Sum of RGB (Red+Green+Blue) = 123+93+18=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5D12 is #84A2ED. Grayscale: #5D5D5D. Windows color (decimal): -8692462 or 1203579. OLE color: 1203579.

HSL color Cylindrical-coordinate representation of color #7B5D12: hue angle of 42.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B5D12 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 93 18 -
CMYK 0 0.24 0.85 0.52
HSL 42.86º 0.74% 0.28% -
HSV(B) 42.86º 0.85% 0.48% -
XYZ 12.19 12.08 2.26 -
YUV 93.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 123 93 18 0 0.24 0.85 0.52 42.86 0.74 0.28
Hex 7B 5D 12 0 18 55 34 2B 4A 1C
Octal 173 135 22 0 30 125 64 53 112 34
Binary 1111011 1011101 10010 0 11000 1010101 110100 101011 1001010 11100

Color Harmonies of #7B5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5D12

Black with #7B5D12

Text Example


Text Example

White with #7B5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,93,18); }

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

background-color css

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

 a { background-color: rgb(123,93,18); }

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

border-color css

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

 span { border-color: rgb(123,93,18); }

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