Html Css Color HEX #746D5D Pablo

📋 copy color: '#746D5D'

red 116 ◦ green 109 ◦ blue 93

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

Shades of Pablo #746D5D

Tints of Pablo #746D5D

RGB

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

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

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

R = 36.48%
G = 34.28%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#746D5D (or 0x746D5D) is known color: Pablo. HEX triplet: 74, 6D and 5D. RGB value is (116,109,93). Sum of RGB (Red+Green+Blue) = 116+109+93=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D5D is #8B92A2. Grayscale: #6D6D6D. Windows color (decimal): -9147043 or 6122868. OLE color: 6122868.

HSL color Cylindrical-coordinate representation of color #746D5D: hue angle of 41.74º 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 #746D5D is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 109 93 -
CMYK 0 0.06 0.20 0.55
HSL 41.74º 0.11% 0.41% -
HSV(B) 41.74º 0.2% 0.45% -
XYZ 14.65 15.44 12.56 -
YUV 109.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 116 109 93 0 0.06 0.20 0.55 41.74 0.11 0.41
Hex 74 6D 5D 0 6 14 37 2A B 29
Octal 164 155 135 0 6 24 67 52 13 51
Binary 1110100 1101101 1011101 0 110 10100 110111 101010 1011 101001

Color Harmonies of #746D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D5D

Black with #746D5D

Text Example


Text Example

White with #746D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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