Html Css Color HEX #765F0B Yukon Gold

📋 copy color: '#765F0B'

red 118 ◦ green 95 ◦ blue 11

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

Shades of Yukon Gold #765F0B

Tints of Yukon Gold #765F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 52.68%
G = 42.41%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#765F0B (or 0x765F0B) is known color: Yukon Gold. HEX triplet: 76, 5F and 0B. RGB value is (118,95,11). Sum of RGB (Red+Green+Blue) = 118+95+11=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #765F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765F0B is #89A0F4. Grayscale: #5C5C5C. Windows color (decimal): -9019637 or 745334. OLE color: 745334.

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

Color convert

RGB 118 95 11 -
CMYK 0 0.19 0.91 0.54
HSL 47.1º 0.83% 0.25% -
HSV(B) 47.1º 0.91% 0.46% -
XYZ 11.62 12.06 2.03 -
YUV 92.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 118 95 11 0 0.19 0.91 0.54 47.1 0.83 0.25
Hex 76 5F B 0 13 5B 36 2F 53 19
Octal 166 137 13 0 23 133 66 57 123 31
Binary 1110110 1011111 1011 0 10011 1011011 110110 101111 1010011 11001

Color Harmonies of #765F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F0B

Black with #765F0B

Text Example


Text Example

White with #765F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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