Html Css Color HEX #72878F Regent Grey

📋 copy color: '#72878F'

red 114 ◦ green 135 ◦ blue 143

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

Shades of Regent Grey #72878F

Tints of Regent Grey #72878F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.44%

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 29.08%
G = 34.44%
B = 36.48%

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

#72878F (or 0x72878F) is known color: Regent Grey. HEX triplet: 72, 87 and 8F. RGB value is (114,135,143). Sum of RGB (Red+Green+Blue) = 114+135+143=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 143 - color contains mainly: blue. Hex color #72878F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72878F is #8D7870. Grayscale: #818181. Windows color (decimal): -9271409 or 9406322. OLE color: 9406322.

HSL color Cylindrical-coordinate representation of color #72878F: hue angle of 196.55º 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 #72878F is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 135 143 -
CMYK 0.20 0.06 0 0.44
HSL 196.55º 0.11% 0.5% -
HSV(B) 196.55º 0.2% 0.56% -
XYZ 20.56 22.89 29.32 -
YUV 129.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 114 135 143 0.20 0.06 0 0.44 196.55 0.11 0.5
Hex 72 87 8F 14 6 0 2C C5 B 32
Octal 162 207 217 24 6 0 54 305 13 62
Binary 1110010 10000111 10001111 10100 110 0 101100 11000101 1011 110010

Color Harmonies of #72878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72878F

Black with #72878F

Text Example


Text Example

White with #72878F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72878F; }

 p { color: rgb(114,135,143); }

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

background-color css

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

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

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

border-color css

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

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

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