Html Css Color HEX #73888E Regent Grey

📋 copy color: '#73888E'

red 115 ◦ green 136 ◦ blue 142

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

Shades of Regent Grey #73888E

Tints of Regent Grey #73888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.61%

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

R = 29.26%
G = 34.61%
B = 36.13%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73888E (or 0x73888E) is known color: Regent Grey. HEX triplet: 73, 88 and 8E. RGB value is (115,136,142). Sum of RGB (Red+Green+Blue) = 115+136+142=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #73888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73888E is #8C7771. Grayscale: #828282. Windows color (decimal): -9205618 or 9341043. OLE color: 9341043.

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

Color convert

RGB 115 136 142 -
CMYK 0.19 0.04 0 0.44
HSL 193.33º 0.11% 0.5% -
HSV(B) 193.33º 0.19% 0.56% -
XYZ 20.76 23.21 28.98 -
YUV 130.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 115 136 142 0.19 0.04 0 0.44 193.33 0.11 0.5
Hex 73 88 8E 13 4 0 2C C1 B 32
Octal 163 210 216 23 4 0 54 301 13 62
Binary 1110011 10001000 10001110 10011 100 0 101100 11000001 1011 110010

Color Harmonies of #73888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73888E

Black with #73888E

Text Example


Text Example

White with #73888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,136,142); }

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

background-color css

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

 a { background-color: rgb(115,136,142); }

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

border-color css

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

 span { border-color: rgb(115,136,142); }

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