Html Css Color HEX #756E60 Pablo

📋 copy color: '#756E60'

red 117 ◦ green 110 ◦ blue 96

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

Shades of Pablo #756E60

Tints of Pablo #756E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 36.22%
G = 34.06%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#756E60 (or 0x756E60) is known color: Pablo. HEX triplet: 75, 6E and 60. RGB value is (117,110,96). Sum of RGB (Red+Green+Blue) = 117+110+96=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #756E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E60 is #8A919F. Grayscale: #6E6E6E. Windows color (decimal): -9081248 or 6319733. OLE color: 6319733.

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

Color convert

RGB 117 110 96 -
CMYK 0 0.06 0.18 0.54
HSL 40º 0.1% 0.42% -
HSV(B) 40º 0.18% 0.46% -
XYZ 15.02 15.78 13.32 -
YUV 110.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 117 110 96 0 0.06 0.18 0.54 40 0.1 0.42
Hex 75 6E 60 0 6 12 36 28 A 2A
Octal 165 156 140 0 6 22 66 50 12 52
Binary 1110101 1101110 1100000 0 110 10010 110110 101000 1010 101010

Color Harmonies of #756E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E60

Black with #756E60

Text Example


Text Example

White with #756E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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