Html Css Color HEX #73868F Regent Grey

📋 copy color: '#73868F'

red 115 ◦ green 134 ◦ blue 143

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

Shades of Regent Grey #73868F

Tints of Regent Grey #73868F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 29.34%
G = 34.18%
B = 36.48%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73868F (or 0x73868F) is known color: Regent Grey. HEX triplet: 73, 86 and 8F. RGB value is (115,134,143). Sum of RGB (Red+Green+Blue) = 115+134+143=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 143 - color contains mainly: blue. Hex color #73868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73868F is #8C7970. Grayscale: #818181. Windows color (decimal): -9206129 or 9406067. OLE color: 9406067.

HSL color Cylindrical-coordinate representation of color #73868F: hue angle of 199.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73868F is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 134 143 -
CMYK 0.20 0.06 0 0.44
HSL 199.29º 0.11% 0.51% -
HSV(B) 199.29º 0.2% 0.56% -
XYZ 20.55 22.68 29.28 -
YUV 129.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 115 134 143 0.20 0.06 0 0.44 199.29 0.11 0.51
Hex 73 86 8F 14 6 0 2C C7 B 33
Octal 163 206 217 24 6 0 54 307 13 63
Binary 1110011 10000110 10001111 10100 110 0 101100 11000111 1011 110011

Color Harmonies of #73868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73868F

Black with #73868F

Text Example


Text Example

White with #73868F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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