Html Css Color HEX #766A12 Yukon Gold

📋 copy color: '#766A12'

red 118 ◦ green 106 ◦ blue 18

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

Shades of Yukon Gold #766A12

Tints of Yukon Gold #766A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.8%

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

R = 48.76%
G = 43.8%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#766A12 (or 0x766A12) is known color: Yukon Gold. HEX triplet: 76, 6A and 12. RGB value is (118,106,18). Sum of RGB (Red+Green+Blue) = 118+106+18=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A12 is #8995ED. Grayscale: #636363. Windows color (decimal): -9016814 or 1206902. OLE color: 1206902.

HSL color Cylindrical-coordinate representation of color #766A12: hue angle of 52.8º 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 #766A12 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 18 -
CMYK 0 0.10 0.85 0.54
HSL 52.8º 0.74% 0.27% -
HSV(B) 52.8º 0.85% 0.46% -
XYZ 12.73 14.2 2.64 -
YUV 99.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 118 106 18 0 0.10 0.85 0.54 52.8 0.74 0.27
Hex 76 6A 12 0 A 55 36 35 4A 1B
Octal 166 152 22 0 12 125 66 65 112 33
Binary 1110110 1101010 10010 0 1010 1010101 110110 110101 1001010 11011

Color Harmonies of #766A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A12

Black with #766A12

Text Example


Text Example

White with #766A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A12; }

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

 H1.HeaderClassName
 {
   color: #766A12;
 }
 .AnyTagClassName
 {
   color: #766A12;
 }
</style>

background-color css

<style>
 a { background-color: #766A12; }

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

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

border-color css

<style>
 span { border-color: #766A12; }

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

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