Html Css Color HEX #7B690B Yukon Gold

📋 copy color: '#7B690B'

red 123 ◦ green 105 ◦ blue 11

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

Shades of Yukon Gold #7B690B

Tints of Yukon Gold #7B690B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.93%

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

R = 51.46%
G = 43.93%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7B690B (or 0x7B690B) is known color: Yukon Gold. HEX triplet: 7B, 69 and 0B. RGB value is (123,105,11). Sum of RGB (Red+Green+Blue) = 123+105+11=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B690B is #8496F4. Grayscale: #646464. Windows color (decimal): -8689397 or 747899. OLE color: 747899.

HSL color Cylindrical-coordinate representation of color #7B690B: hue angle of 50.36º 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 #7B690B is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 105 11 -
CMYK 0 0.15 0.91 0.52
HSL 50.36º 0.84% 0.26% -
HSV(B) 50.36º 0.91% 0.48% -
XYZ 13.28 14.34 2.38 -
YUV 99.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 123 105 11 0 0.15 0.91 0.52 50.36 0.84 0.26
Hex 7B 69 B 0 F 5B 34 32 54 1A
Octal 173 151 13 0 17 133 64 62 124 32
Binary 1111011 1101001 1011 0 1111 1011011 110100 110010 1010100 11010

Color Harmonies of #7B690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B690B

Black with #7B690B

Text Example


Text Example

White with #7B690B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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