Html Css Color HEX #756D5C Pablo

📋 copy color: '#756D5C'

red 117 ◦ green 109 ◦ blue 92

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

Shades of Pablo #756D5C

Tints of Pablo #756D5C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.28%

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 36.79%
G = 34.28%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#756D5C (or 0x756D5C) is known color: Pablo. HEX triplet: 75, 6D and 5C. RGB value is (117,109,92). Sum of RGB (Red+Green+Blue) = 117+109+92=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #756D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D5C is #8A92A3. Grayscale: #6D6D6D. Windows color (decimal): -9081508 or 6057333. OLE color: 6057333.

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

Color convert

RGB 117 109 92 -
CMYK 0 0.07 0.21 0.54
HSL 40.8º 0.12% 0.41% -
HSV(B) 40.8º 0.21% 0.46% -
XYZ 14.74 15.49 12.34 -
YUV 109.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 117 109 92 0 0.07 0.21 0.54 40.8 0.12 0.41
Hex 75 6D 5C 0 7 15 36 29 C 29
Octal 165 155 134 0 7 25 66 51 14 51
Binary 1110101 1101101 1011100 0 111 10101 110110 101001 1100 101001

Color Harmonies of #756D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D5C

Black with #756D5C

Text Example


Text Example

White with #756D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,109,92); }

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

background-color css

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

 a { background-color: rgb(117,109,92); }

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

border-color css

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

 span { border-color: rgb(117,109,92); }

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