Html Css Color HEX #756E5B Pablo

📋 copy color: '#756E5B'

red 117 ◦ green 110 ◦ blue 91

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

Shades of Pablo #756E5B

Tints of Pablo #756E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 36.79%
G = 34.59%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#756E5B (or 0x756E5B) is known color: Pablo. HEX triplet: 75, 6E and 5B. RGB value is (117,110,91). Sum of RGB (Red+Green+Blue) = 117+110+91=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #756E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E5B is #8A91A4. Grayscale: #6E6E6E. Windows color (decimal): -9081253 or 5992053. OLE color: 5992053.

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

Color convert

RGB 117 110 91 -
CMYK 0 0.06 0.22 0.54
HSL 43.85º 0.13% 0.41% -
HSV(B) 43.85º 0.22% 0.46% -
XYZ 14.8 15.69 12.15 -
YUV 109.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 117 110 91 0 0.06 0.22 0.54 43.85 0.13 0.41
Hex 75 6E 5B 0 6 16 36 2C C 29
Octal 165 156 133 0 6 26 66 54 14 51
Binary 1110101 1101110 1011011 0 110 10110 110110 101100 1100 101001

Color Harmonies of #756E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E5B

Black with #756E5B

Text Example


Text Example

White with #756E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,91); }

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

background-color css

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

 a { background-color: rgb(117,110,91); }

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

border-color css

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

 span { border-color: rgb(117,110,91); }

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