Html Css Color HEX #757063 Pablo

📋 copy color: '#757063'

red 117 ◦ green 112 ◦ blue 99

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

Shades of Pablo #757063

Tints of Pablo #757063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 99 (39.06% from 255) = 30.18%

R = 35.67%
G = 34.15%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#757063 (or 0x757063) is known color: Pablo. HEX triplet: 75, 70 and 63. RGB value is (117,112,99). Sum of RGB (Red+Green+Blue) = 117+112+99=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #757063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757063 is #8A8F9C. Grayscale: #707070. Windows color (decimal): -9080733 or 6516853. OLE color: 6516853.

HSL color Cylindrical-coordinate representation of color #757063: hue angle of 43.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757063 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 99 -
CMYK 0 0.04 0.15 0.54
HSL 43.33º 0.08% 0.42% -
HSV(B) 43.33º 0.15% 0.46% -
XYZ 15.38 16.27 14.13 -
YUV 112.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 117 112 99 0 0.04 0.15 0.54 43.33 0.08 0.42
Hex 75 70 63 0 4 F 36 2B 8 2A
Octal 165 160 143 0 4 17 66 53 10 52
Binary 1110101 1110000 1100011 0 100 1111 110110 101011 1000 101010

Color Harmonies of #757063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757063

Black with #757063

Text Example


Text Example

White with #757063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757063; }

 p { color: rgb(117,112,99); }

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

background-color css

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

 a { background-color: rgb(117,112,99); }

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

border-color css

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

 span { border-color: rgb(117,112,99); }

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