Html Css Color HEX #765F19 Yukon Gold

📋 copy color: '#765F19'

red 118 ◦ green 95 ◦ blue 25

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

Shades of Yukon Gold #765F19

Tints of Yukon Gold #765F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.5%

R = 49.58%
G = 39.92%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#765F19 (or 0x765F19) is known color: Yukon Gold. HEX triplet: 76, 5F and 19. RGB value is (118,95,25). Sum of RGB (Red+Green+Blue) = 118+95+25=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #765F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765F19 is #89A0E6. Grayscale: #5E5E5E. Windows color (decimal): -9019623 or 1662838. OLE color: 1662838.

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

Color convert

RGB 118 95 25 -
CMYK 0 0.19 0.79 0.54
HSL 45.16º 0.65% 0.28% -
HSV(B) 45.16º 0.79% 0.46% -
XYZ 11.74 12.11 2.64 -
YUV 93.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 118 95 25 0 0.19 0.79 0.54 45.16 0.65 0.28
Hex 76 5F 19 0 13 4F 36 2D 41 1C
Octal 166 137 31 0 23 117 66 55 101 34
Binary 1110110 1011111 11001 0 10011 1001111 110110 101101 1000001 11100

Color Harmonies of #765F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F19

Black with #765F19

Text Example


Text Example

White with #765F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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