Html Css Color HEX #77670D Yukon Gold

📋 copy color: '#77670D'

red 119 ◦ green 103 ◦ blue 13

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

Shades of Yukon Gold #77670D

Tints of Yukon Gold #77670D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 50.64%
G = 43.83%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77670D (or 0x77670D) is known color: Yukon Gold. HEX triplet: 77, 67 and 0D. RGB value is (119,103,13). Sum of RGB (Red+Green+Blue) = 119+103+13=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77670D is #8898F2. Grayscale: #616161. Windows color (decimal): -8952051 or 878455. OLE color: 878455.

HSL color Cylindrical-coordinate representation of color #77670D: hue angle of 50.94º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77670D is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 103 13 -
CMYK 0 0.13 0.89 0.53
HSL 50.94º 0.8% 0.26% -
HSV(B) 50.94º 0.89% 0.47% -
XYZ 12.53 13.65 2.36 -
YUV 97.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 119 103 13 0 0.13 0.89 0.53 50.94 0.8 0.26
Hex 77 67 D 0 D 59 35 33 50 1A
Octal 167 147 15 0 15 131 65 63 120 32
Binary 1110111 1100111 1101 0 1101 1011001 110101 110011 1010000 11010

Color Harmonies of #77670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77670D

Black with #77670D

Text Example


Text Example

White with #77670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77670D; }

 p { color: rgb(119,103,13); }

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

background-color css

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

 a { background-color: rgb(119,103,13); }

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

border-color css

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

 span { border-color: rgb(119,103,13); }

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