Html Css Color HEX #766A0C Yukon Gold

📋 copy color: '#766A0C'

red 118 ◦ green 106 ◦ blue 12

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

Shades of Yukon Gold #766A0C

Tints of Yukon Gold #766A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 50%
G = 44.92%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#766A0C (or 0x766A0C) is known color: Yukon Gold. HEX triplet: 76, 6A and 0C. RGB value is (118,106,12). Sum of RGB (Red+Green+Blue) = 118+106+12=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #766A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A0C is #8995F3. Grayscale: #636363. Windows color (decimal): -9016820 or 813686. OLE color: 813686.

HSL color Cylindrical-coordinate representation of color #766A0C: hue angle of 53.21º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #766A0C is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 12 -
CMYK 0 0.10 0.90 0.54
HSL 53.21º 0.82% 0.25% -
HSV(B) 53.21º 0.9% 0.46% -
XYZ 12.69 14.19 2.42 -
YUV 98.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 118 106 12 0 0.10 0.90 0.54 53.21 0.82 0.25
Hex 76 6A C 0 A 5A 36 35 52 19
Octal 166 152 14 0 12 132 66 65 122 31
Binary 1110110 1101010 1100 0 1010 1011010 110110 110101 1010010 11001

Color Harmonies of #766A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A0C

Black with #766A0C

Text Example


Text Example

White with #766A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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