Html Css Color HEX #7B620F Yukon Gold

📋 copy color: '#7B620F'

red 123 ◦ green 98 ◦ blue 15

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

Shades of Yukon Gold #7B620F

Tints of Yukon Gold #7B620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.53%

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 52.12%
G = 41.53%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#7B620F (or 0x7B620F) is known color: Yukon Gold. HEX triplet: 7B, 62 and 0F. RGB value is (123,98,15). Sum of RGB (Red+Green+Blue) = 123+98+15=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B620F is #849DF0. Grayscale: #606060. Windows color (decimal): -8691185 or 1008251. OLE color: 1008251.

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

Color convert

RGB 123 98 15 -
CMYK 0 0.20 0.88 0.52
HSL 46.11º 0.78% 0.27% -
HSV(B) 46.11º 0.88% 0.48% -
XYZ 12.62 12.98 2.29 -
YUV 96.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 123 98 15 0 0.20 0.88 0.52 46.11 0.78 0.27
Hex 7B 62 F 0 14 58 34 2E 4E 1B
Octal 173 142 17 0 24 130 64 56 116 33
Binary 1111011 1100010 1111 0 10100 1011000 110100 101110 1001110 11011

Color Harmonies of #7B620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B620F

Black with #7B620F

Text Example


Text Example

White with #7B620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,98,15); }

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

background-color css

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

 a { background-color: rgb(123,98,15); }

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

border-color css

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

 span { border-color: rgb(123,98,15); }

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