Html Css Color HEX #72828A Regent Grey

📋 copy color: '#72828A'

red 114 ◦ green 130 ◦ blue 138

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

Shades of Regent Grey #72828A

Tints of Regent Grey #72828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 29.84%
G = 34.03%
B = 36.13%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#72828A (or 0x72828A) is known color: Regent Grey. HEX triplet: 72, 82 and 8A. RGB value is (114,130,138). Sum of RGB (Red+Green+Blue) = 114+130+138=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #72828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72828A is #8D7D75. Grayscale: #7E7E7E. Windows color (decimal): -9272694 or 9077362. OLE color: 9077362.

HSL color Cylindrical-coordinate representation of color #72828A: hue angle of 200º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72828A is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 130 138 -
CMYK 0.17 0.06 0 0.46
HSL 200º 0.1% 0.49% -
HSV(B) 200º 0.17% 0.54% -
XYZ 19.51 21.38 27.14 -
YUV 126.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 114 130 138 0.17 0.06 0 0.46 200 0.1 0.49
Hex 72 82 8A 11 6 0 2E C8 A 31
Octal 162 202 212 21 6 0 56 310 12 61
Binary 1110010 10000010 10001010 10001 110 0 101110 11001000 1010 110001

Color Harmonies of #72828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72828A

Black with #72828A

Text Example


Text Example

White with #72828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72828A; }

 p { color: rgb(114,130,138); }

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

background-color css

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

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

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

border-color css

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

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

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