Html Css Color HEX #7A670F Yukon Gold

📋 copy color: '#7A670F'

red 122 ◦ green 103 ◦ blue 15

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

Shades of Yukon Gold #7A670F

Tints of Yukon Gold #7A670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.92%

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

R = 50.83%
G = 42.92%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#7A670F (or 0x7A670F) is known color: Yukon Gold. HEX triplet: 7A, 67 and 0F. RGB value is (122,103,15). Sum of RGB (Red+Green+Blue) = 122+103+15=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A670F is #8598F0. Grayscale: #636363. Windows color (decimal): -8755441 or 1009530. OLE color: 1009530.

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

Color convert

RGB 122 103 15 -
CMYK 0 0.16 0.88 0.52
HSL 49.35º 0.78% 0.27% -
HSV(B) 49.35º 0.88% 0.48% -
XYZ 12.96 13.87 2.45 -
YUV 98.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 122 103 15 0 0.16 0.88 0.52 49.35 0.78 0.27
Hex 7A 67 F 0 10 58 34 31 4E 1B
Octal 172 147 17 0 20 130 64 61 116 33
Binary 1111010 1100111 1111 0 10000 1011000 110100 110001 1001110 11011

Color Harmonies of #7A670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A670F

Black with #7A670F

Text Example


Text Example

White with #7A670F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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