Html Css Color HEX #756F5E Pablo

📋 copy color: '#756F5E'

red 117 ◦ green 111 ◦ blue 94

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

Shades of Pablo #756F5E

Tints of Pablo #756F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 36.34%
G = 34.47%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#756F5E (or 0x756F5E) is known color: Pablo. HEX triplet: 75, 6F and 5E. RGB value is (117,111,94). Sum of RGB (Red+Green+Blue) = 117+111+94=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #756F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F5E is #8A90A1. Grayscale: #6E6E6E. Windows color (decimal): -9080994 or 6188917. OLE color: 6188917.

HSL color Cylindrical-coordinate representation of color #756F5E: hue angle of 44.35º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #756F5E is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 111 94 -
CMYK 0 0.05 0.20 0.54
HSL 44.35º 0.11% 0.41% -
HSV(B) 44.35º 0.2% 0.46% -
XYZ 15.04 15.96 12.88 -
YUV 110.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 117 111 94 0 0.05 0.20 0.54 44.35 0.11 0.41
Hex 75 6F 5E 0 5 14 36 2C B 29
Octal 165 157 136 0 5 24 66 54 13 51
Binary 1110101 1101111 1011110 0 101 10100 110110 101100 1011 101001

Color Harmonies of #756F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F5E

Black with #756F5E

Text Example


Text Example

White with #756F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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