Html Css Color HEX #7F6716 Yukon Gold

📋 copy color: '#7F6716'

red 127 ◦ green 103 ◦ blue 22

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

Shades of Yukon Gold #7F6716

Tints of Yukon Gold #7F6716

RGB

 RED value IS 127 (50% from 255) = 50.4%

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 50.4%
G = 40.87%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F6716 (or 0x7F6716) is known color: Yukon Gold. HEX triplet: 7F, 67 and 16. RGB value is (127,103,22). Sum of RGB (Red+Green+Blue) = 127+103+22=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6716 is #8098E9. Grayscale: #656565. Windows color (decimal): -8427754 or 1468287. OLE color: 1468287.

HSL color Cylindrical-coordinate representation of color #7F6716: hue angle of 46.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F6716 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 103 22 -
CMYK 0 0.19 0.83 0.50
HSL 46.29º 0.7% 0.29% -
HSV(B) 46.29º 0.83% 0.5% -
XYZ 13.75 14.27 2.79 -
YUV 100.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 127 103 22 0 0.19 0.83 0.50 46.29 0.7 0.29
Hex 7F 67 16 0 13 53 32 2E 46 1D
Octal 177 147 26 0 23 123 62 56 106 35
Binary 1111111 1100111 10110 0 10011 1010011 110010 101110 1000110 11101

Color Harmonies of #7F6716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6716

Black with #7F6716

Text Example


Text Example

White with #7F6716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,103,22); }

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

background-color css

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

 a { background-color: rgb(127,103,22); }

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

border-color css

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

 span { border-color: rgb(127,103,22); }

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