Html Css Color HEX #765F0D Yukon Gold

📋 copy color: '#765F0D'

red 118 ◦ green 95 ◦ blue 13

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

Shades of Yukon Gold #765F0D

Tints of Yukon Gold #765F0D

RGB

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

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

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

R = 52.21%
G = 42.04%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#765F0D (or 0x765F0D) is known color: Yukon Gold. HEX triplet: 76, 5F and 0D. RGB value is (118,95,13). Sum of RGB (Red+Green+Blue) = 118+95+13=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #765F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765F0D is #89A0F2. Grayscale: #5C5C5C. Windows color (decimal): -9019635 or 876406. OLE color: 876406.

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

Color convert

RGB 118 95 13 -
CMYK 0 0.19 0.89 0.54
HSL 46.86º 0.8% 0.26% -
HSV(B) 46.86º 0.89% 0.46% -
XYZ 11.64 12.07 2.1 -
YUV 92.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 118 95 13 0 0.19 0.89 0.54 46.86 0.8 0.26
Hex 76 5F D 0 13 59 36 2F 50 1A
Octal 166 137 15 0 23 131 66 57 120 32
Binary 1110110 1011111 1101 0 10011 1011001 110110 101111 1010000 11010

Color Harmonies of #765F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F0D

Black with #765F0D

Text Example


Text Example

White with #765F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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