Html Css Color HEX #746E61 Pablo

📋 copy color: '#746E61'

red 116 ◦ green 110 ◦ blue 97

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

Shades of Pablo #746E61

Tints of Pablo #746E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 35.91%
G = 34.06%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746E61 (or 0x746E61) is known color: Pablo. HEX triplet: 74, 6E and 61. RGB value is (116,110,97). Sum of RGB (Red+Green+Blue) = 116+110+97=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #746E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E61 is #8B919E. Grayscale: #6E6E6E. Windows color (decimal): -9146783 or 6385268. OLE color: 6385268.

HSL color Cylindrical-coordinate representation of color #746E61: hue angle of 41.05º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746E61 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 110 97 -
CMYK 0 0.05 0.16 0.55
HSL 41.05º 0.09% 0.42% -
HSV(B) 41.05º 0.16% 0.45% -
XYZ 14.94 15.73 13.56 -
YUV 110.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 116 110 97 0 0.05 0.16 0.55 41.05 0.09 0.42
Hex 74 6E 61 0 5 10 37 29 9 2A
Octal 164 156 141 0 5 20 67 51 11 52
Binary 1110100 1101110 1100001 0 101 10000 110111 101001 1001 101010

Color Harmonies of #746E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E61

Black with #746E61

Text Example


Text Example

White with #746E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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