Html Css Color HEX #7A690F Yukon Gold

📋 copy color: '#7A690F'

red 122 ◦ green 105 ◦ blue 15

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

Shades of Yukon Gold #7A690F

Tints of Yukon Gold #7A690F

RGB

 RED value IS 122 (48.05% from 255) = 50.41%

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

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

R = 50.41%
G = 43.39%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#7A690F (or 0x7A690F) is known color: Yukon Gold. HEX triplet: 7A, 69 and 0F. RGB value is (122,105,15). Sum of RGB (Red+Green+Blue) = 122+105+15=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A690F is #8596F0. Grayscale: #646464. Windows color (decimal): -8754929 or 1010042. OLE color: 1010042.

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

Color convert

RGB 122 105 15 -
CMYK 0 0.14 0.88 0.52
HSL 50.47º 0.78% 0.27% -
HSV(B) 50.47º 0.88% 0.48% -
XYZ 13.16 14.28 2.51 -
YUV 99.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 122 105 15 0 0.14 0.88 0.52 50.47 0.78 0.27
Hex 7A 69 F 0 E 58 34 32 4E 1B
Octal 172 151 17 0 16 130 64 62 116 33
Binary 1111010 1101001 1111 0 1110 1011000 110100 110010 1001110 11011

Color Harmonies of #7A690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A690F

Black with #7A690F

Text Example


Text Example

White with #7A690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,105,15); }

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

background-color css

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

 a { background-color: rgb(122,105,15); }

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

border-color css

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

 span { border-color: rgb(122,105,15); }

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