Html Css Color HEX #746D5E Pablo

📋 copy color: '#746D5E'

red 116 ◦ green 109 ◦ blue 94

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

Shades of Pablo #746D5E

Tints of Pablo #746D5E

RGB

 RED value IS 116 (45.7% from 255) = 36.36%

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 36.36%
G = 34.17%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#746D5E (or 0x746D5E) is known color: Pablo. HEX triplet: 74, 6D and 5E. RGB value is (116,109,94). Sum of RGB (Red+Green+Blue) = 116+109+94=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D5E is #8B92A1. Grayscale: #6D6D6D. Windows color (decimal): -9147042 or 6188404. OLE color: 6188404.

HSL color Cylindrical-coordinate representation of color #746D5E: hue angle of 40.91º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #746D5E is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 109 94 -
CMYK 0 0.06 0.19 0.55
HSL 40.91º 0.1% 0.41% -
HSV(B) 40.91º 0.19% 0.45% -
XYZ 14.69 15.46 12.8 -
YUV 109.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 116 109 94 0 0.06 0.19 0.55 40.91 0.1 0.41
Hex 74 6D 5E 0 6 13 37 29 A 29
Octal 164 155 136 0 6 23 67 51 12 51
Binary 1110100 1101101 1011110 0 110 10011 110111 101001 1010 101001

Color Harmonies of #746D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D5E

Black with #746D5E

Text Example


Text Example

White with #746D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746D5E; }

 p { color: rgb(116,109,94); }

 H1.HeaderClassName
 {
   color: #746D5E;
 }
 .AnyTagClassName
 {
   color: #746D5E;
 }
</style>

background-color css

<style>
 a { background-color: #746D5E; }

 a { background-color: rgb(116,109,94); }

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

border-color css

<style>
 span { border-color: #746D5E; }

 span { border-color: rgb(116,109,94); }

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