Html Css Color HEX #76680C Yukon Gold

📋 copy color: '#76680C'

red 118 ◦ green 104 ◦ blue 12

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

Shades of Yukon Gold #76680C

Tints of Yukon Gold #76680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.44%

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

R = 50.43%
G = 44.44%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76680C (or 0x76680C) is known color: Yukon Gold. HEX triplet: 76, 68 and 0C. RGB value is (118,104,12). Sum of RGB (Red+Green+Blue) = 118+104+12=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76680C is #8997F3. Grayscale: #626262. Windows color (decimal): -9017332 or 813174. OLE color: 813174.

HSL color Cylindrical-coordinate representation of color #76680C: hue angle of 52.08º 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 #76680C is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 12 -
CMYK 0 0.12 0.90 0.54
HSL 52.08º 0.82% 0.25% -
HSV(B) 52.08º 0.9% 0.46% -
XYZ 12.49 13.78 2.35 -
YUV 97.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 118 104 12 0 0.12 0.90 0.54 52.08 0.82 0.25
Hex 76 68 C 0 C 5A 36 34 52 19
Octal 166 150 14 0 14 132 66 64 122 31
Binary 1110110 1101000 1100 0 1100 1011010 110110 110100 1010010 11001

Color Harmonies of #76680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76680C

Black with #76680C

Text Example


Text Example

White with #76680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76680C; }

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

 H1.HeaderClassName
 {
   color: #76680C;
 }
 .AnyTagClassName
 {
   color: #76680C;
 }
</style>

background-color css

<style>
 a { background-color: #76680C; }

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

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

border-color css

<style>
 span { border-color: #76680C; }

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

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