Html Css Color HEX #72868B Regent Grey

📋 copy color: '#72868B'

red 114 ◦ green 134 ◦ blue 139

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

Shades of Regent Grey #72868B

Tints of Regent Grey #72868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 29.46%
G = 34.63%
B = 35.92%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72868B (or 0x72868B) is known color: Regent Grey. HEX triplet: 72, 86 and 8B. RGB value is (114,134,139). Sum of RGB (Red+Green+Blue) = 114+134+139=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #72868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72868B is #8D7974. Grayscale: #808080. Windows color (decimal): -9271669 or 9143922. OLE color: 9143922.

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

Color convert

RGB 114 134 139 -
CMYK 0.18 0.04 0 0.45
HSL 192º 0.1% 0.5% -
HSV(B) 192º 0.18% 0.55% -
XYZ 20.12 22.49 27.71 -
YUV 128.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 114 134 139 0.18 0.04 0 0.45 192 0.1 0.5
Hex 72 86 8B 12 4 0 2D C0 A 32
Octal 162 206 213 22 4 0 55 300 12 62
Binary 1110010 10000110 10001011 10010 100 0 101101 11000000 1010 110010

Color Harmonies of #72868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72868B

Black with #72868B

Text Example


Text Example

White with #72868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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