Html Css Color HEX #765F0C Yukon Gold

📋 copy color: '#765F0C'

red 118 ◦ green 95 ◦ blue 12

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

Shades of Yukon Gold #765F0C

Tints of Yukon Gold #765F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 52.44%
G = 42.22%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#765F0C (or 0x765F0C) is known color: Yukon Gold. HEX triplet: 76, 5F and 0C. RGB value is (118,95,12). Sum of RGB (Red+Green+Blue) = 118+95+12=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #765F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765F0C is #89A0F3. Grayscale: #5C5C5C. Windows color (decimal): -9019636 or 810870. OLE color: 810870.

HSL color Cylindrical-coordinate representation of color #765F0C: hue angle of 46.98º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #765F0C is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 95 12 -
CMYK 0 0.19 0.90 0.54
HSL 46.98º 0.82% 0.25% -
HSV(B) 46.98º 0.9% 0.46% -
XYZ 11.63 12.06 2.06 -
YUV 92.42 82.62 146.25 -
System Red Green Blue C M Y K H S L
Decimal 118 95 12 0 0.19 0.90 0.54 46.98 0.82 0.25
Hex 76 5F C 0 13 5A 36 2F 52 19
Octal 166 137 14 0 23 132 66 57 122 31
Binary 1110110 1011111 1100 0 10011 1011010 110110 101111 1010010 11001

Color Harmonies of #765F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F0C

Black with #765F0C

Text Example


Text Example

White with #765F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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