Html Css Color HEX #766107 Yukon Gold

📋 copy color: '#766107'

red 118 ◦ green 97 ◦ blue 7

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

Shades of Yukon Gold #766107

Tints of Yukon Gold #766107

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.69%

 BLUE value IS 7 (3.13% from 255) = 3.15%

R = 53.15%
G = 43.69%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#766107 (or 0x766107) is known color: Yukon Gold. HEX triplet: 76, 61 and 07. RGB value is (118,97,7). Sum of RGB (Red+Green+Blue) = 118+97+7=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #766107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766107 is #899EF8. Grayscale: #5D5D5D. Windows color (decimal): -9019129 or 483702. OLE color: 483702.

HSL color Cylindrical-coordinate representation of color #766107: hue angle of 48.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #766107 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 7 -
CMYK 0 0.18 0.94 0.54
HSL 48.65º 0.89% 0.25% -
HSV(B) 48.65º 0.94% 0.46% -
XYZ 11.78 12.42 1.98 -
YUV 93.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 118 97 7 0 0.18 0.94 0.54 48.65 0.89 0.25
Hex 76 61 7 0 12 5E 36 31 59 19
Octal 166 141 7 0 22 136 66 61 131 31
Binary 1110110 1100001 111 0 10010 1011110 110110 110001 1011001 11001

Color Harmonies of #766107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766107

Black with #766107

Text Example


Text Example

White with #766107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766107; }

 p { color: rgb(118,97,7); }

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

background-color css

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

 a { background-color: rgb(118,97,7); }

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

border-color css

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

 span { border-color: rgb(118,97,7); }

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