Html Css Color HEX #756D5D Pablo

📋 copy color: '#756D5D'

red 117 ◦ green 109 ◦ blue 93

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

Shades of Pablo #756D5D

Tints of Pablo #756D5D

RGB

 RED value IS 117 (46.09% from 255) = 36.68%

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

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

R = 36.68%
G = 34.17%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#756D5D (or 0x756D5D) is known color: Pablo. HEX triplet: 75, 6D and 5D. RGB value is (117,109,93). Sum of RGB (Red+Green+Blue) = 117+109+93=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D5D is #8A92A2. Grayscale: #6D6D6D. Windows color (decimal): -9081507 or 6122869. OLE color: 6122869.

HSL color Cylindrical-coordinate representation of color #756D5D: hue angle of 40º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756D5D is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 93 -
CMYK 0 0.07 0.21 0.54
HSL 40º 0.11% 0.41% -
HSV(B) 40º 0.21% 0.46% -
XYZ 14.78 15.51 12.57 -
YUV 109.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 117 109 93 0 0.07 0.21 0.54 40 0.11 0.41
Hex 75 6D 5D 0 7 15 36 28 B 29
Octal 165 155 135 0 7 25 66 50 13 51
Binary 1110101 1101101 1011101 0 111 10101 110110 101000 1011 101001

Color Harmonies of #756D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D5D

Black with #756D5D

Text Example


Text Example

White with #756D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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