Html Css Color HEX #7B600B Yukon Gold

📋 copy color: '#7B600B'

red 123 ◦ green 96 ◦ blue 11

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

Shades of Yukon Gold #7B600B

Tints of Yukon Gold #7B600B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.78%

R = 53.48%
G = 41.74%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7B600B (or 0x7B600B) is known color: Yukon Gold. HEX triplet: 7B, 60 and 0B. RGB value is (123,96,11). Sum of RGB (Red+Green+Blue) = 123+96+11=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B600B is #849FF4. Grayscale: #5E5E5E. Windows color (decimal): -8691701 or 745595. OLE color: 745595.

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

Color convert

RGB 123 96 11 -
CMYK 0 0.22 0.91 0.52
HSL 45.54º 0.84% 0.26% -
HSV(B) 45.54º 0.91% 0.48% -
XYZ 12.41 12.6 2.09 -
YUV 94.38 80.95 148.41 -
System Red Green Blue C M Y K H S L
Decimal 123 96 11 0 0.22 0.91 0.52 45.54 0.84 0.26
Hex 7B 60 B 0 16 5B 34 2E 54 1A
Octal 173 140 13 0 26 133 64 56 124 32
Binary 1111011 1100000 1011 0 10110 1011011 110100 101110 1010100 11010

Color Harmonies of #7B600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B600B

Black with #7B600B

Text Example


Text Example

White with #7B600B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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