Html Css Color HEX #7F660F Yukon Gold

📋 copy color: '#7F660F'

red 127 ◦ green 102 ◦ blue 15

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

Shades of Yukon Gold #7F660F

Tints of Yukon Gold #7F660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.8%

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

R = 52.05%
G = 41.8%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F660F (or 0x7F660F) is known color: Yukon Gold. HEX triplet: 7F, 66 and 0F. RGB value is (127,102,15). Sum of RGB (Red+Green+Blue) = 127+102+15=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F660F is #8099F0. Grayscale: #636363. Windows color (decimal): -8428017 or 1009279. OLE color: 1009279.

HSL color Cylindrical-coordinate representation of color #7F660F: hue angle of 46.61º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F660F is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 102 15 -
CMYK 0 0.20 0.88 0.50
HSL 46.61º 0.79% 0.28% -
HSV(B) 46.61º 0.88% 0.5% -
XYZ 13.59 14.05 2.45 -
YUV 99.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 127 102 15 0 0.20 0.88 0.50 46.61 0.79 0.28
Hex 7F 66 F 0 14 58 32 2F 4F 1C
Octal 177 146 17 0 24 130 62 57 117 34
Binary 1111111 1100110 1111 0 10100 1011000 110010 101111 1001111 11100

Color Harmonies of #7F660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F660F

Black with #7F660F

Text Example


Text Example

White with #7F660F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,102,15); }

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

background-color css

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

 a { background-color: rgb(127,102,15); }

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

border-color css

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

 span { border-color: rgb(127,102,15); }

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