Html Css Color HEX #765E0F Yukon Gold

📋 copy color: '#765E0F'

red 118 ◦ green 94 ◦ blue 15

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

Shades of Yukon Gold #765E0F

Tints of Yukon Gold #765E0F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.41%

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 51.98%
G = 41.41%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#765E0F (or 0x765E0F) is known color: Yukon Gold. HEX triplet: 76, 5E and 0F. RGB value is (118,94,15). Sum of RGB (Red+Green+Blue) = 118+94+15=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #765E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E0F is #89A1F0. Grayscale: #5C5C5C. Windows color (decimal): -9019889 or 1007222. OLE color: 1007222.

HSL color Cylindrical-coordinate representation of color #765E0F: hue angle of 46.02º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #765E0F is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 94 15 -
CMYK 0 0.20 0.87 0.54
HSL 46.02º 0.77% 0.26% -
HSV(B) 46.02º 0.87% 0.46% -
XYZ 11.56 11.89 2.14 -
YUV 92.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 118 94 15 0 0.20 0.87 0.54 46.02 0.77 0.26
Hex 76 5E F 0 14 57 36 2E 4D 1A
Octal 166 136 17 0 24 127 66 56 115 32
Binary 1110110 1011110 1111 0 10100 1010111 110110 101110 1001101 11010

Color Harmonies of #765E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E0F

Black with #765E0F

Text Example


Text Example

White with #765E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765E0F; }

 p { color: rgb(118,94,15); }

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

background-color css

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

 a { background-color: rgb(118,94,15); }

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

border-color css

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

 span { border-color: rgb(118,94,15); }

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