Html Css Color HEX #756F5F Pablo

📋 copy color: '#756F5F'

red 117 ◦ green 111 ◦ blue 95

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

Shades of Pablo #756F5F

Tints of Pablo #756F5F

RGB

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

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

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

R = 36.22%
G = 34.37%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#756F5F (or 0x756F5F) is known color: Pablo. HEX triplet: 75, 6F and 5F. RGB value is (117,111,95). Sum of RGB (Red+Green+Blue) = 117+111+95=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #756F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F5F is #8A90A0. Grayscale: #6F6F6F. Windows color (decimal): -9080993 or 6254453. OLE color: 6254453.

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

Color convert

RGB 117 111 95 -
CMYK 0 0.05 0.19 0.54
HSL 43.64º 0.1% 0.42% -
HSV(B) 43.64º 0.19% 0.46% -
XYZ 15.09 15.98 13.12 -
YUV 110.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 117 111 95 0 0.05 0.19 0.54 43.64 0.1 0.42
Hex 75 6F 5F 0 5 13 36 2C A 2A
Octal 165 157 137 0 5 23 66 54 12 52
Binary 1110101 1101111 1011111 0 101 10011 110110 101100 1010 101010

Color Harmonies of #756F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F5F

Black with #756F5F

Text Example


Text Example

White with #756F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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