Html Css Color HEX #73868D Regent Grey

📋 copy color: '#73868D'

red 115 ◦ green 134 ◦ blue 141

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

Shades of Regent Grey #73868D

Tints of Regent Grey #73868D

RGB

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

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

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

R = 29.49%
G = 34.36%
B = 36.15%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73868D (or 0x73868D) is known color: Regent Grey. HEX triplet: 73, 86 and 8D. RGB value is (115,134,141). Sum of RGB (Red+Green+Blue) = 115+134+141=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #73868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73868D is #8C7972. Grayscale: #818181. Windows color (decimal): -9206131 or 9274995. OLE color: 9274995.

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

Color convert

RGB 115 134 141 -
CMYK 0.18 0.05 0 0.45
HSL 196.15º 0.1% 0.5% -
HSV(B) 196.15º 0.18% 0.55% -
XYZ 20.4 22.62 28.49 -
YUV 129.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 115 134 141 0.18 0.05 0 0.45 196.15 0.1 0.5
Hex 73 86 8D 12 5 0 2D C4 A 32
Octal 163 206 215 22 5 0 55 304 12 62
Binary 1110011 10000110 10001101 10010 101 0 101101 11000100 1010 110010

Color Harmonies of #73868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73868D

Black with #73868D

Text Example


Text Example

White with #73868D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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