Html Css Color HEX #776507 Yukon Gold

📋 copy color: '#776507'

red 119 ◦ green 101 ◦ blue 7

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

Shades of Yukon Gold #776507

Tints of Yukon Gold #776507

RGB

 RED value IS 119 (46.88% from 255) = 52.42%

 GREEN value IS 101 (39.84% from 255) = 44.49%

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

R = 52.42%
G = 44.49%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#776507 (or 0x776507) is known color: Yukon Gold. HEX triplet: 77, 65 and 07. RGB value is (119,101,7). Sum of RGB (Red+Green+Blue) = 119+101+7=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #776507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776507 is #889AF8. Grayscale: #606060. Windows color (decimal): -8952569 or 484727. OLE color: 484727.

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

Color convert

RGB 119 101 7 -
CMYK 0 0.15 0.94 0.53
HSL 50.36º 0.89% 0.25% -
HSV(B) 50.36º 0.94% 0.47% -
XYZ 12.3 13.24 2.11 -
YUV 95.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 119 101 7 0 0.15 0.94 0.53 50.36 0.89 0.25
Hex 77 65 7 0 F 5E 35 32 59 19
Octal 167 145 7 0 17 136 65 62 131 31
Binary 1110111 1100101 111 0 1111 1011110 110101 110010 1011001 11001

Color Harmonies of #776507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776507

Black with #776507

Text Example


Text Example

White with #776507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776507; }

 p { color: rgb(119,101,7); }

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

background-color css

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

 a { background-color: rgb(119,101,7); }

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

border-color css

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

 span { border-color: rgb(119,101,7); }

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