Html Css Color HEX #73848D Regent Grey

📋 copy color: '#73848D'

red 115 ◦ green 132 ◦ blue 141

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

Shades of Regent Grey #73848D

Tints of Regent Grey #73848D

RGB

 RED value IS 115 (45.31% from 255) = 29.64%

 GREEN value IS 132 (51.95% from 255) = 34.02%

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

R = 29.64%
G = 34.02%
B = 36.34%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73848D (or 0x73848D) is known color: Regent Grey. HEX triplet: 73, 84 and 8D. RGB value is (115,132,141). Sum of RGB (Red+Green+Blue) = 115+132+141=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #73848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73848D is #8C7B72. Grayscale: #7F7F7F. Windows color (decimal): -9206643 or 9274483. OLE color: 9274483.

HSL color Cylindrical-coordinate representation of color #73848D: hue angle of 200.77º 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 #73848D is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 132 141 -
CMYK 0.18 0.06 0 0.45
HSL 200.77º 0.1% 0.5% -
HSV(B) 200.77º 0.18% 0.55% -
XYZ 20.13 22.07 28.4 -
YUV 127.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 115 132 141 0.18 0.06 0 0.45 200.77 0.1 0.5
Hex 73 84 8D 12 6 0 2D C9 A 32
Octal 163 204 215 22 6 0 55 311 12 62
Binary 1110011 10000100 10001101 10010 110 0 101101 11001001 1010 110010

Color Harmonies of #73848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73848D

Black with #73848D

Text Example


Text Example

White with #73848D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,132,141); }

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

background-color css

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

 a { background-color: rgb(115,132,141); }

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

border-color css

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

 span { border-color: rgb(115,132,141); }

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