Html Css Color HEX #72868E Regent Grey

📋 copy color: '#72868E'

red 114 ◦ green 134 ◦ blue 142

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

Shades of Regent Grey #72868E

Tints of Regent Grey #72868E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 29.23%
G = 34.36%
B = 36.41%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#72868E (or 0x72868E) is known color: Regent Grey. HEX triplet: 72, 86 and 8E. RGB value is (114,134,142). Sum of RGB (Red+Green+Blue) = 114+134+142=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #72868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72868E is #8D7971. Grayscale: #808080. Windows color (decimal): -9271666 or 9340530. OLE color: 9340530.

HSL color Cylindrical-coordinate representation of color #72868E: hue angle of 197.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72868E is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 134 142 -
CMYK 0.20 0.06 0 0.44
HSL 197.14º 0.11% 0.5% -
HSV(B) 197.14º 0.2% 0.56% -
XYZ 20.35 22.58 28.88 -
YUV 128.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 114 134 142 0.20 0.06 0 0.44 197.14 0.11 0.5
Hex 72 86 8E 14 6 0 2C C5 B 32
Octal 162 206 216 24 6 0 54 305 13 62
Binary 1110010 10000110 10001110 10100 110 0 101100 11000101 1011 110010

Color Harmonies of #72868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72868E

Black with #72868E

Text Example


Text Example

White with #72868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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