Html Css Color HEX #73868E Regent Grey

📋 copy color: '#73868E'

red 115 ◦ green 134 ◦ blue 142

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

Shades of Regent Grey #73868E

Tints of Regent Grey #73868E

RGB

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

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

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

R = 29.41%
G = 34.27%
B = 36.32%

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

#73868E (or 0x73868E) is known color: Regent Grey. HEX triplet: 73, 86 and 8E. RGB value is (115,134,142). Sum of RGB (Red+Green+Blue) = 115+134+142=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 142 - color contains mainly: blue. Hex color #73868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73868E is #8C7971. Grayscale: #818181. Windows color (decimal): -9206130 or 9340531. OLE color: 9340531.

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

Color convert

RGB 115 134 142 -
CMYK 0.19 0.06 0 0.44
HSL 197.78º 0.11% 0.5% -
HSV(B) 197.78º 0.19% 0.56% -
XYZ 20.48 22.65 28.88 -
YUV 129.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 115 134 142 0.19 0.06 0 0.44 197.78 0.11 0.5
Hex 73 86 8E 13 6 0 2C C6 B 32
Octal 163 206 216 23 6 0 54 306 13 62
Binary 1110011 10000110 10001110 10011 110 0 101100 11000110 1011 110010

Color Harmonies of #73868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73868E

Black with #73868E

Text Example


Text Example

White with #73868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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