Html Css Color HEX #766720 Yukon Gold

📋 copy color: '#766720'

red 118 ◦ green 103 ◦ blue 32

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

Shades of Yukon Gold #766720

Tints of Yukon Gold #766720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.71%

 BLUE value IS 32 (12.89% from 255) = 12.65%

R = 46.64%
G = 40.71%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#766720 (or 0x766720) is known color: Yukon Gold. HEX triplet: 76, 67 and 20. RGB value is (118,103,32). Sum of RGB (Red+Green+Blue) = 118+103+32=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766720 is #8998DF. Grayscale: #636363. Windows color (decimal): -9017568 or 2123638. OLE color: 2123638.

HSL color Cylindrical-coordinate representation of color #766720: hue angle of 49.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #766720 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 32 -
CMYK 0 0.13 0.73 0.54
HSL 49.53º 0.57% 0.29% -
HSV(B) 49.53º 0.73% 0.46% -
XYZ 12.58 13.66 3.34 -
YUV 99.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 118 103 32 0 0.13 0.73 0.54 49.53 0.57 0.29
Hex 76 67 20 0 D 49 36 32 39 1D
Octal 166 147 40 0 15 111 66 62 71 35
Binary 1110110 1100111 100000 0 1101 1001001 110110 110010 111001 11101

Color Harmonies of #766720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766720

Black with #766720

Text Example


Text Example

White with #766720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766720; }

 p { color: rgb(118,103,32); }

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

background-color css

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

 a { background-color: rgb(118,103,32); }

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

border-color css

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

 span { border-color: rgb(118,103,32); }

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