#727572

Color #727572 Boulder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boulder #727572

Tints of Boulder #727572

Color information

#727572 (or 0x727572) is unknown color: approx Boulder. HEX triplet: 72, 75 and 72. RGB value is (114,117,114). Sum of RGB (Red+Green+Blue) = 114+117+114=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 117 - color contains mainly: green. Hex color #727572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727572 is #8D8A8D. Grayscale: #737373. Windows color (decimal): -9276046 or 7501170. OLE color: 7501170.

HSL color Cylindrical-coordinate representation of color #727572: hue angle of 120º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #727572 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB114117114-
CMYK0.0300.030.54
HSL120º1.3%45.29%-
HSV(B)120º2.56%45.88%-
XYZ16.3417.5118.44-
YUV115.76127.01126.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=33.04%
G=33.91%
B=33.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141171140.0300.030.541201.345.29
Hex727572303367812d
Octal16216516230366170155
Binary1110010111010111100101101111011011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727572; }

 p { color: rgb(114,117,114); }

 H1.HeaderClassName
 {
   color: #727572;
 }
 .AnyTagClassName
 {
   color: #727572;
 }
</style>
background-color css

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

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

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

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

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

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