Html Css Color HEX #746D5C Pablo

📋 copy color: '#746D5C'

red 116 ◦ green 109 ◦ blue 92

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

Shades of Pablo #746D5C

Tints of Pablo #746D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 36.59%
G = 34.38%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#746D5C (or 0x746D5C) is known color: Pablo. HEX triplet: 74, 6D and 5C. RGB value is (116,109,92). Sum of RGB (Red+Green+Blue) = 116+109+92=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 116 - color contains mainly: red. Hex color #746D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D5C is #8B92A3. Grayscale: #6D6D6D. Windows color (decimal): -9147044 or 6057332. OLE color: 6057332.

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

Color convert

RGB 116 109 92 -
CMYK 0 0.06 0.21 0.55
HSL 42.5º 0.12% 0.41% -
HSV(B) 42.5º 0.21% 0.45% -
XYZ 14.6 15.42 12.33 -
YUV 109.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 116 109 92 0 0.06 0.21 0.55 42.5 0.12 0.41
Hex 74 6D 5C 0 6 15 37 2A C 29
Octal 164 155 134 0 6 25 67 52 14 51
Binary 1110100 1101101 1011100 0 110 10101 110111 101010 1100 101001

Color Harmonies of #746D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D5C

Black with #746D5C

Text Example


Text Example

White with #746D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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