Html Css Color HEX #756F5B Pablo

📋 copy color: '#756F5B'

red 117 ◦ green 111 ◦ blue 91

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

Shades of Pablo #756F5B

Tints of Pablo #756F5B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

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

R = 36.68%
G = 34.8%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#756F5B (or 0x756F5B) is known color: Pablo. HEX triplet: 75, 6F and 5B. RGB value is (117,111,91). Sum of RGB (Red+Green+Blue) = 117+111+91=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F5B is #8A90A4. Grayscale: #6E6E6E. Windows color (decimal): -9080997 or 5992309. OLE color: 5992309.

HSL color Cylindrical-coordinate representation of color #756F5B: hue angle of 46.15º 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 #756F5B is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 111 91 -
CMYK 0 0.05 0.22 0.54
HSL 46.15º 0.13% 0.41% -
HSV(B) 46.15º 0.22% 0.46% -
XYZ 14.91 15.91 12.18 -
YUV 110.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 117 111 91 0 0.05 0.22 0.54 46.15 0.13 0.41
Hex 75 6F 5B 0 5 16 36 2E C 29
Octal 165 157 133 0 5 26 66 56 14 51
Binary 1110101 1101111 1011011 0 101 10110 110110 101110 1100 101001

Color Harmonies of #756F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F5B

Black with #756F5B

Text Example


Text Example

White with #756F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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