Html Css Color HEX #8C761C Yukon Gold

📋 copy color: '#8C761C'

red 140 ◦ green 118 ◦ blue 28

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

Shades of Yukon Gold #8C761C

Tints of Yukon Gold #8C761C

RGB

 RED value IS 140 (55.08% from 255) = 48.95%

 GREEN value IS 118 (46.48% from 255) = 41.26%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 48.95%
G = 41.26%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8C761C (or 0x8C761C) is known color: Yukon Gold. HEX triplet: 8C, 76 and 1C. RGB value is (140,118,28). Sum of RGB (Red+Green+Blue) = 140+118+28=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C761C is #7389E3. Grayscale: #727272. Windows color (decimal): -7571940 or 1865356. OLE color: 1865356.

HSL color Cylindrical-coordinate representation of color #8C761C: hue angle of 48.21º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C761C is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 118 28 -
CMYK 0 0.16 0.80 0.45
HSL 48.21º 0.67% 0.33% -
HSV(B) 48.21º 0.8% 0.55% -
XYZ 17.5 18.62 3.77 -
YUV 114.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 140 118 28 0 0.16 0.80 0.45 48.21 0.67 0.33
Hex 8C 76 1C 0 10 50 2D 30 43 21
Octal 214 166 34 0 20 120 55 60 103 41
Binary 10001100 1110110 11100 0 10000 1010000 101101 110000 1000011 100001

Color Harmonies of #8C761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C761C

Black with #8C761C

Text Example


Text Example

White with #8C761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C761C; }

 p { color: rgb(140,118,28); }

 H1.HeaderClassName
 {
   color: #8C761C;
 }
 .AnyTagClassName
 {
   color: #8C761C;
 }
</style>

background-color css

<style>
 a { background-color: #8C761C; }

 a { background-color: rgb(140,118,28); }

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

border-color css

<style>
 span { border-color: #8C761C; }

 span { border-color: rgb(140,118,28); }

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