Html Css Color HEX #765E12 Yukon Gold

📋 copy color: '#765E12'

red 118 ◦ green 94 ◦ blue 18

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

Shades of Yukon Gold #765E12

Tints of Yukon Gold #765E12

RGB

 RED value IS 118 (46.48% from 255) = 51.3%

 GREEN value IS 94 (37.11% from 255) = 40.87%

 BLUE value IS 18 (7.42% from 255) = 7.83%

R = 51.3%
G = 40.87%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#765E12 (or 0x765E12) is known color: Yukon Gold. HEX triplet: 76, 5E and 12. RGB value is (118,94,18). Sum of RGB (Red+Green+Blue) = 118+94+18=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #765E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E12 is #89A1ED. Grayscale: #5C5C5C. Windows color (decimal): -9019886 or 1203830. OLE color: 1203830.

HSL color Cylindrical-coordinate representation of color #765E12: hue angle of 45.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #765E12 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 94 18 -
CMYK 0 0.20 0.85 0.54
HSL 45.6º 0.74% 0.27% -
HSV(B) 45.6º 0.85% 0.46% -
XYZ 11.58 11.9 2.26 -
YUV 92.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 118 94 18 0 0.20 0.85 0.54 45.6 0.74 0.27
Hex 76 5E 12 0 14 55 36 2E 4A 1B
Octal 166 136 22 0 24 125 66 56 112 33
Binary 1110110 1011110 10010 0 10100 1010101 110110 101110 1001010 11011

Color Harmonies of #765E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E12

Black with #765E12

Text Example


Text Example

White with #765E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765E12; }

 p { color: rgb(118,94,18); }

 H1.HeaderClassName
 {
   color: #765E12;
 }
 .AnyTagClassName
 {
   color: #765E12;
 }
</style>

background-color css

<style>
 a { background-color: #765E12; }

 a { background-color: rgb(118,94,18); }

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

border-color css

<style>
 span { border-color: #765E12; }

 span { border-color: rgb(118,94,18); }

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