Html Css Color HEX #756E5F Pablo

📋 copy color: '#756E5F'

red 117 ◦ green 110 ◦ blue 95

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

Shades of Pablo #756E5F

Tints of Pablo #756E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 36.34%
G = 34.16%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#756E5F (or 0x756E5F) is known color: Pablo. HEX triplet: 75, 6E and 5F. RGB value is (117,110,95). Sum of RGB (Red+Green+Blue) = 117+110+95=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #756E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E5F is #8A91A0. Grayscale: #6E6E6E. Windows color (decimal): -9081249 or 6254197. OLE color: 6254197.

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

Color convert

RGB 117 110 95 -
CMYK 0 0.06 0.19 0.54
HSL 40.91º 0.1% 0.42% -
HSV(B) 40.91º 0.19% 0.46% -
XYZ 14.98 15.76 13.08 -
YUV 110.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 117 110 95 0 0.06 0.19 0.54 40.91 0.1 0.42
Hex 75 6E 5F 0 6 13 36 29 A 2A
Octal 165 156 137 0 6 23 66 51 12 52
Binary 1110101 1101110 1011111 0 110 10011 110110 101001 1010 101010

Color Harmonies of #756E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E5F

Black with #756E5F

Text Example


Text Example

White with #756E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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