Html Css Color HEX #73838C Regent Grey

📋 copy color: '#73838C'

red 115 ◦ green 131 ◦ blue 140

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

Shades of Regent Grey #73838C

Tints of Regent Grey #73838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.94%

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

R = 29.79%
G = 33.94%
B = 36.27%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73838C (or 0x73838C) is known color: Regent Grey. HEX triplet: 73, 83 and 8C. RGB value is (115,131,140). Sum of RGB (Red+Green+Blue) = 115+131+140=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #73838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73838C is #8C7C73. Grayscale: #7F7F7F. Windows color (decimal): -9206900 or 9208691. OLE color: 9208691.

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

Color convert

RGB 115 131 140 -
CMYK 0.18 0.06 0 0.45
HSL 201.6º 0.1% 0.5% -
HSV(B) 201.6º 0.18% 0.55% -
XYZ 19.92 21.77 27.96 -
YUV 127.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 115 131 140 0.18 0.06 0 0.45 201.6 0.1 0.5
Hex 73 83 8C 12 6 0 2D CA A 32
Octal 163 203 214 22 6 0 55 312 12 62
Binary 1110011 10000011 10001100 10010 110 0 101101 11001010 1010 110010

Color Harmonies of #73838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73838C

Black with #73838C

Text Example


Text Example

White with #73838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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