Html Css Color HEX #787272 Dim Gray

📋 copy color: '#787272'

red 120 ◦ green 114 ◦ blue 114

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

Shades of Dim Gray #787272

Tints of Dim Gray #787272

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#787272 (or 0x787272) is known color: Dim Gray. HEX triplet: 78, 72 and 72. RGB value is (120,114,114). Sum of RGB (Red+Green+Blue) = 120+114+114=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 120 - color contains mainly: red. Hex color #787272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787272 is #878D8D. Grayscale: #737373. Windows color (decimal): -8883598 or 7500408. OLE color: 7500408.

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

Color convert

RGB 120 114 114 -
CMYK 0 0.05 0.05 0.53
HSL 0.03% 0.46% -
HSV(B) 0.05% 0.47% -
XYZ 16.8 17.24 18.36 -
YUV 115.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 120 114 114 0 0.05 0.05 0.53 0 0.03 0.46
Hex 78 72 72 0 5 5 35 0 3 2E
Octal 170 162 162 0 5 5 65 0 3 56
Binary 1111000 1110010 1110010 0 101 101 110101 0 11 101110

Color Harmonies of #787272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787272

Black with #787272

Text Example


Text Example

White with #787272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787272; }

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

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

background-color css

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

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

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

border-color css

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

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

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