Html Css Color HEX #775F0D Yukon Gold

📋 copy color: '#775F0D'

red 119 ◦ green 95 ◦ blue 13

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

Shades of Yukon Gold #775F0D

Tints of Yukon Gold #775F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.85%

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

R = 52.42%
G = 41.85%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#775F0D (or 0x775F0D) is known color: Yukon Gold. HEX triplet: 77, 5F and 0D. RGB value is (119,95,13). Sum of RGB (Red+Green+Blue) = 119+95+13=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #775F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775F0D is #88A0F2. Grayscale: #5D5D5D. Windows color (decimal): -8954099 or 876407. OLE color: 876407.

HSL color Cylindrical-coordinate representation of color #775F0D: hue angle of 46.42º 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 #775F0D is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 13 -
CMYK 0 0.20 0.89 0.53
HSL 46.42º 0.8% 0.26% -
HSV(B) 46.42º 0.89% 0.47% -
XYZ 11.77 12.14 2.1 -
YUV 92.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 119 95 13 0 0.20 0.89 0.53 46.42 0.8 0.26
Hex 77 5F D 0 14 59 35 2E 50 1A
Octal 167 137 15 0 24 131 65 56 120 32
Binary 1110111 1011111 1101 0 10100 1011001 110101 101110 1010000 11010

Color Harmonies of #775F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F0D

Black with #775F0D

Text Example


Text Example

White with #775F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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