Html Css Color HEX #7B6302 Yukon Gold

📋 copy color: '#7B6302'

red 123 ◦ green 99 ◦ blue 2

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

Shades of Yukon Gold #7B6302

Tints of Yukon Gold #7B6302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.2%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 54.91%
G = 44.2%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7B6302 (or 0x7B6302) is known color: Yukon Gold. HEX triplet: 7B, 63 and 02. RGB value is (123,99,2). Sum of RGB (Red+Green+Blue) = 123+99+2=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6302 is #849CFD. Grayscale: #5F5F5F. Windows color (decimal): -8690942 or 156539. OLE color: 156539.

HSL color Cylindrical-coordinate representation of color #7B6302: hue angle of 48.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B6302 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 99 2 -
CMYK 0 0.20 0.98 0.52
HSL 48.1º 0.97% 0.25% -
HSV(B) 48.1º 0.98% 0.48% -
XYZ 12.64 13.14 1.93 -
YUV 95.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 123 99 2 0 0.20 0.98 0.52 48.1 0.97 0.25
Hex 7B 63 2 0 14 62 34 30 61 19
Octal 173 143 2 0 24 142 64 60 141 31
Binary 1111011 1100011 10 0 10100 1100010 110100 110000 1100001 11001

Color Harmonies of #7B6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6302

Black with #7B6302

Text Example


Text Example

White with #7B6302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,99,2); }

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

background-color css

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

 a { background-color: rgb(123,99,2); }

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

border-color css

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

 span { border-color: rgb(123,99,2); }

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