Html Css Color HEX #727872 Boulder

📋 copy color: '#727872'

red 114 ◦ green 120 ◦ blue 114

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

Shades of Boulder #727872

Tints of Boulder #727872

RGB

 RED value IS 114 (44.92% from 255) = 32.76%

 GREEN value IS 120 (47.27% from 255) = 34.48%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 32.76%
G = 34.48%
B = 32.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#727872 (or 0x727872) is known color: Boulder. HEX triplet: 72, 78 and 72. RGB value is (114,120,114). Sum of RGB (Red+Green+Blue) = 114+120+114=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 120 - color contains mainly: green. Hex color #727872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727872 is #8D878D. Grayscale: #757575. Windows color (decimal): -9275278 or 7501938. OLE color: 7501938.

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

Color convert

RGB 114 120 114 -
CMYK 0.05 0 0.05 0.53
HSL 120º 0.03% 0.46% -
HSV(B) 120º 0.05% 0.47% -
XYZ 16.69 18.23 18.56 -
YUV 117.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 114 120 114 0.05 0 0.05 0.53 120 0.03 0.46
Hex 72 78 72 5 0 5 35 78 3 2E
Octal 162 170 162 5 0 5 65 170 3 56
Binary 1110010 1111000 1110010 101 0 101 110101 1111000 11 101110

Color Harmonies of #727872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727872

Black with #727872

Text Example


Text Example

White with #727872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727872; }

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

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

background-color css

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

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

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

border-color css

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

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

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