Html Css Color HEX #72868D Regent Grey

📋 copy color: '#72868D'

red 114 ◦ green 134 ◦ blue 141

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

Shades of Regent Grey #72868D

Tints of Regent Grey #72868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 29.31%
G = 34.45%
B = 36.25%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72868D (or 0x72868D) is known color: Regent Grey. HEX triplet: 72, 86 and 8D. RGB value is (114,134,141). Sum of RGB (Red+Green+Blue) = 114+134+141=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #72868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72868D is #8D7972. Grayscale: #808080. Windows color (decimal): -9271667 or 9274994. OLE color: 9274994.

HSL color Cylindrical-coordinate representation of color #72868D: hue angle of 195.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72868D is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 134 141 -
CMYK 0.19 0.05 0 0.45
HSL 195.56º 0.11% 0.5% -
HSV(B) 195.56º 0.19% 0.55% -
XYZ 20.27 22.55 28.48 -
YUV 128.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 114 134 141 0.19 0.05 0 0.45 195.56 0.11 0.5
Hex 72 86 8D 13 5 0 2D C4 B 32
Octal 162 206 215 23 5 0 55 304 13 62
Binary 1110010 10000110 10001101 10011 101 0 101101 11000100 1011 110010

Color Harmonies of #72868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72868D

Black with #72868D

Text Example


Text Example

White with #72868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72868D; }

 p { color: rgb(114,134,141); }

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

background-color css

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

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

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

border-color css

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

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

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