Html Css Color HEX #73878C Regent Grey

📋 copy color: '#73878C'

red 115 ◦ green 135 ◦ blue 140

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

Shades of Regent Grey #73878C

Tints of Regent Grey #73878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 29.49%
G = 34.62%
B = 35.9%

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

#73878C (or 0x73878C) is known color: Regent Grey. HEX triplet: 73, 87 and 8C. RGB value is (115,135,140). Sum of RGB (Red+Green+Blue) = 115+135+140=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #73878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73878C is #8C7873. Grayscale: #818181. Windows color (decimal): -9205876 or 9209715. OLE color: 9209715.

HSL color Cylindrical-coordinate representation of color #73878C: 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 #73878C is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 135 140 -
CMYK 0.18 0.04 0 0.45
HSL 192º 0.1% 0.5% -
HSV(B) 192º 0.18% 0.55% -
XYZ 20.47 22.87 28.15 -
YUV 129.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 115 135 140 0.18 0.04 0 0.45 192 0.1 0.5
Hex 73 87 8C 12 4 0 2D C0 A 32
Octal 163 207 214 22 4 0 55 300 12 62
Binary 1110011 10000111 10001100 10010 100 0 101101 11000000 1010 110010

Color Harmonies of #73878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73878C

Black with #73878C

Text Example


Text Example

White with #73878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73878C; }

 p { color: rgb(115,135,140); }

 H1.HeaderClassName
 {
   color: #73878C;
 }
 .AnyTagClassName
 {
   color: #73878C;
 }
</style>

background-color css

<style>
 a { background-color: #73878C; }

 a { background-color: rgb(115,135,140); }

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

border-color css

<style>
 span { border-color: #73878C; }

 span { border-color: rgb(115,135,140); }

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