Html Css Color HEX #7B601E Yukon Gold

📋 copy color: '#7B601E'

red 123 ◦ green 96 ◦ blue 30

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

Shades of Yukon Gold #7B601E

Tints of Yukon Gold #7B601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 49.4%
G = 38.55%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7B601E (or 0x7B601E) is known color: Yukon Gold. HEX triplet: 7B, 60 and 1E. RGB value is (123,96,30). Sum of RGB (Red+Green+Blue) = 123+96+30=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B601E is #849FE1. Grayscale: #606060. Windows color (decimal): -8691682 or 1990779. OLE color: 1990779.

HSL color Cylindrical-coordinate representation of color #7B601E: hue angle of 42.58º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B601E is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 96 30 -
CMYK 0 0.22 0.76 0.52
HSL 42.58º 0.61% 0.3% -
HSV(B) 42.58º 0.76% 0.48% -
XYZ 12.59 12.67 3.01 -
YUV 96.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 123 96 30 0 0.22 0.76 0.52 42.58 0.61 0.3
Hex 7B 60 1E 0 16 4C 34 2B 3D 1E
Octal 173 140 36 0 26 114 64 53 75 36
Binary 1111011 1100000 11110 0 10110 1001100 110100 101011 111101 11110

Color Harmonies of #7B601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B601E

Black with #7B601E

Text Example


Text Example

White with #7B601E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,96,30); }

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

background-color css

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

 a { background-color: rgb(123,96,30); }

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

border-color css

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

 span { border-color: rgb(123,96,30); }

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