Html Css Color HEX #746E5D Pablo

📋 copy color: '#746E5D'

red 116 ◦ green 110 ◦ blue 93

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

Shades of Pablo #746E5D

Tints of Pablo #746E5D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.48%

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 36.36%
G = 34.48%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#746E5D (or 0x746E5D) is known color: Pablo. HEX triplet: 74, 6E and 5D. RGB value is (116,110,93). Sum of RGB (Red+Green+Blue) = 116+110+93=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E5D is #8B91A2. Grayscale: #6D6D6D. Windows color (decimal): -9146787 or 6123124. OLE color: 6123124.

HSL color Cylindrical-coordinate representation of color #746E5D: hue angle of 44.35º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #746E5D is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 110 93 -
CMYK 0 0.05 0.20 0.55
HSL 44.35º 0.11% 0.41% -
HSV(B) 44.35º 0.2% 0.45% -
XYZ 14.75 15.66 12.6 -
YUV 109.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 116 110 93 0 0.05 0.20 0.55 44.35 0.11 0.41
Hex 74 6E 5D 0 5 14 37 2C B 29
Octal 164 156 135 0 5 24 67 54 13 51
Binary 1110100 1101110 1011101 0 101 10100 110111 101100 1011 101001

Color Harmonies of #746E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E5D

Black with #746E5D

Text Example


Text Example

White with #746E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,110,93); }

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

background-color css

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

 a { background-color: rgb(116,110,93); }

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

border-color css

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

 span { border-color: rgb(116,110,93); }

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