Html Css Color HEX #765C14 Yukon Gold

📋 copy color: '#765C14'

red 118 ◦ green 92 ◦ blue 20

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

Shades of Yukon Gold #765C14

Tints of Yukon Gold #765C14

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40%

 BLUE value IS 20 (8.2% from 255) = 8.7%

R = 51.3%
G = 40%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#765C14 (or 0x765C14) is known color: Yukon Gold. HEX triplet: 76, 5C and 14. RGB value is (118,92,20). Sum of RGB (Red+Green+Blue) = 118+92+20=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #765C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C14 is #89A3EB. Grayscale: #5B5B5B. Windows color (decimal): -9020396 or 1334390. OLE color: 1334390.

HSL color Cylindrical-coordinate representation of color #765C14: hue angle of 44.08º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #765C14 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 20 -
CMYK 0 0.22 0.83 0.54
HSL 44.08º 0.71% 0.27% -
HSV(B) 44.08º 0.83% 0.46% -
XYZ 11.42 11.56 2.29 -
YUV 91.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 118 92 20 0 0.22 0.83 0.54 44.08 0.71 0.27
Hex 76 5C 14 0 16 53 36 2C 47 1B
Octal 166 134 24 0 26 123 66 54 107 33
Binary 1110110 1011100 10100 0 10110 1010011 110110 101100 1000111 11011

Color Harmonies of #765C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C14

Black with #765C14

Text Example


Text Example

White with #765C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,92,20); }

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

background-color css

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

 a { background-color: rgb(118,92,20); }

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

border-color css

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

 span { border-color: rgb(118,92,20); }

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