Html Css Color HEX #73858E Regent Grey

📋 copy color: '#73858E'

red 115 ◦ green 133 ◦ blue 142

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

Shades of Regent Grey #73858E

Tints of Regent Grey #73858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 29.49%
G = 34.1%
B = 36.41%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73858E (or 0x73858E) is known color: Regent Grey. HEX triplet: 73, 85 and 8E. RGB value is (115,133,142). Sum of RGB (Red+Green+Blue) = 115+133+142=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #73858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73858E is #8C7A71. Grayscale: #808080. Windows color (decimal): -9206386 or 9340275. OLE color: 9340275.

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

Color convert

RGB 115 133 142 -
CMYK 0.19 0.06 0 0.44
HSL 200º 0.11% 0.5% -
HSV(B) 200º 0.19% 0.56% -
XYZ 20.34 22.37 28.84 -
YUV 128.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 115 133 142 0.19 0.06 0 0.44 200 0.11 0.5
Hex 73 85 8E 13 6 0 2C C8 B 32
Octal 163 205 216 23 6 0 54 310 13 62
Binary 1110011 10000101 10001110 10011 110 0 101100 11001000 1011 110010

Color Harmonies of #73858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73858E

Black with #73858E

Text Example


Text Example

White with #73858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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