Html Css Color HEX #765D1B Yukon Gold

📋 copy color: '#765D1B'

red 118 ◦ green 93 ◦ blue 27

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

Shades of Yukon Gold #765D1B

Tints of Yukon Gold #765D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.08%

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 49.58%
G = 39.08%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#765D1B (or 0x765D1B) is known color: Yukon Gold. HEX triplet: 76, 5D and 1B. RGB value is (118,93,27). Sum of RGB (Red+Green+Blue) = 118+93+27=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #765D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D1B is #89A2E4. Grayscale: #5D5D5D. Windows color (decimal): -9020133 or 1793398. OLE color: 1793398.

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

Color convert

RGB 118 93 27 -
CMYK 0 0.21 0.77 0.54
HSL 43.52º 0.63% 0.28% -
HSV(B) 43.52º 0.77% 0.46% -
XYZ 11.58 11.76 2.7 -
YUV 92.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 118 93 27 0 0.21 0.77 0.54 43.52 0.63 0.28
Hex 76 5D 1B 0 15 4D 36 2C 3F 1C
Octal 166 135 33 0 25 115 66 54 77 34
Binary 1110110 1011101 11011 0 10101 1001101 110110 101100 111111 11100

Color Harmonies of #765D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D1B

Black with #765D1B

Text Example


Text Example

White with #765D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,93,27); }

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

background-color css

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

 a { background-color: rgb(118,93,27); }

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

border-color css

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

 span { border-color: rgb(118,93,27); }

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