Html Css Color HEX #77631A Yukon Gold

📋 copy color: '#77631A'

red 119 ◦ green 99 ◦ blue 26

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

Shades of Yukon Gold #77631A

Tints of Yukon Gold #77631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.57%

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 48.77%
G = 40.57%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77631A (or 0x77631A) is known color: Yukon Gold. HEX triplet: 77, 63 and 1A. RGB value is (119,99,26). Sum of RGB (Red+Green+Blue) = 119+99+26=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77631A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77631A is #889CE5. Grayscale: #606060. Windows color (decimal): -8953062 or 1729399. OLE color: 1729399.

HSL color Cylindrical-coordinate representation of color #77631A: hue angle of 47.1º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77631A is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 99 26 -
CMYK 0 0.17 0.78 0.53
HSL 47.1º 0.64% 0.28% -
HSV(B) 47.1º 0.78% 0.47% -
XYZ 12.26 12.92 2.83 -
YUV 96.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 119 99 26 0 0.17 0.78 0.53 47.1 0.64 0.28
Hex 77 63 1A 0 11 4E 35 2F 40 1C
Octal 167 143 32 0 21 116 65 57 100 34
Binary 1110111 1100011 11010 0 10001 1001110 110101 101111 1000000 11100

Color Harmonies of #77631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77631A

Black with #77631A

Text Example


Text Example

White with #77631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77631A; }

 p { color: rgb(119,99,26); }

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

background-color css

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

 a { background-color: rgb(119,99,26); }

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

border-color css

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

 span { border-color: rgb(119,99,26); }

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