Html Css Color HEX #765F0F Yukon Gold

📋 copy color: '#765F0F'

red 118 ◦ green 95 ◦ blue 15

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

Shades of Yukon Gold #765F0F

Tints of Yukon Gold #765F0F

RGB

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

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

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

R = 51.75%
G = 41.67%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#765F0F (or 0x765F0F) is known color: Yukon Gold. HEX triplet: 76, 5F and 0F. RGB value is (118,95,15). Sum of RGB (Red+Green+Blue) = 118+95+15=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #765F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765F0F is #89A0F0. Grayscale: #5D5D5D. Windows color (decimal): -9019633 or 1007478. OLE color: 1007478.

HSL color Cylindrical-coordinate representation of color #765F0F: hue angle of 46.6º 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 #765F0F is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 95 15 -
CMYK 0 0.19 0.87 0.54
HSL 46.6º 0.77% 0.26% -
HSV(B) 46.6º 0.87% 0.46% -
XYZ 11.65 12.07 2.17 -
YUV 92.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 118 95 15 0 0.19 0.87 0.54 46.6 0.77 0.26
Hex 76 5F F 0 13 57 36 2F 4D 1A
Octal 166 137 17 0 23 127 66 57 115 32
Binary 1110110 1011111 1111 0 10011 1010111 110110 101111 1001101 11010

Color Harmonies of #765F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F0F

Black with #765F0F

Text Example


Text Example

White with #765F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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