Html Css Color HEX #756E5D Pablo

📋 copy color: '#756E5D'

red 117 ◦ green 110 ◦ blue 93

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

Shades of Pablo #756E5D

Tints of Pablo #756E5D

RGB

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

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

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

R = 36.56%
G = 34.38%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#756E5D (or 0x756E5D) is known color: Pablo. HEX triplet: 75, 6E and 5D. RGB value is (117,110,93). Sum of RGB (Red+Green+Blue) = 117+110+93=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #756E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E5D is #8A91A2. Grayscale: #6E6E6E. Windows color (decimal): -9081251 or 6123125. OLE color: 6123125.

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

Color convert

RGB 117 110 93 -
CMYK 0 0.06 0.21 0.54
HSL 42.5º 0.11% 0.41% -
HSV(B) 42.5º 0.21% 0.46% -
XYZ 14.89 15.72 12.61 -
YUV 110.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 117 110 93 0 0.06 0.21 0.54 42.5 0.11 0.41
Hex 75 6E 5D 0 6 15 36 2A B 29
Octal 165 156 135 0 6 25 66 52 13 51
Binary 1110101 1101110 1011101 0 110 10101 110110 101010 1011 101001

Color Harmonies of #756E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E5D

Black with #756E5D

Text Example


Text Example

White with #756E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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