Html Css Color HEX #7F6B25 Yukon Gold

📋 copy color: '#7F6B25'

red 127 ◦ green 107 ◦ blue 37

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

Shades of Yukon Gold #7F6B25

Tints of Yukon Gold #7F6B25

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.48%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 46.86%
G = 39.48%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#7F6B25 (or 0x7F6B25) is known color: Yukon Gold. HEX triplet: 7F, 6B and 25. RGB value is (127,107,37). Sum of RGB (Red+Green+Blue) = 127+107+37=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6B25 is #8094DA. Grayscale: #696969. Windows color (decimal): -8426715 or 2452351. OLE color: 2452351.

HSL color Cylindrical-coordinate representation of color #7F6B25: hue angle of 46.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F6B25 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 107 37 -
CMYK 0 0.16 0.71 0.50
HSL 46.67º 0.55% 0.32% -
HSV(B) 46.67º 0.71% 0.5% -
XYZ 14.34 15.16 3.92 -
YUV 105 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 127 107 37 0 0.16 0.71 0.50 46.67 0.55 0.32
Hex 7F 6B 25 0 10 47 32 2F 37 20
Octal 177 153 45 0 20 107 62 57 67 40
Binary 1111111 1101011 100101 0 10000 1000111 110010 101111 110111 100000

Color Harmonies of #7F6B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6B25

Black with #7F6B25

Text Example


Text Example

White with #7F6B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,107,37); }

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

background-color css

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

 a { background-color: rgb(127,107,37); }

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

border-color css

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

 span { border-color: rgb(127,107,37); }

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