Html Css Color HEX #73838A Regent Grey

📋 copy color: '#73838A'

red 115 ◦ green 131 ◦ blue 138

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

Shades of Regent Grey #73838A

Tints of Regent Grey #73838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 29.95%
G = 34.11%
B = 35.94%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#73838A (or 0x73838A) is known color: Regent Grey. HEX triplet: 73, 83 and 8A. RGB value is (115,131,138). Sum of RGB (Red+Green+Blue) = 115+131+138=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #73838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73838A is #8C7C75. Grayscale: #7E7E7E. Windows color (decimal): -9206902 or 9077619. OLE color: 9077619.

HSL color Cylindrical-coordinate representation of color #73838A: hue angle of 198.26º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73838A is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 131 138 -
CMYK 0.17 0.05 0 0.46
HSL 198.26º 0.09% 0.5% -
HSV(B) 198.26º 0.17% 0.54% -
XYZ 19.77 21.71 27.19 -
YUV 127.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 115 131 138 0.17 0.05 0 0.46 198.26 0.09 0.5
Hex 73 83 8A 11 5 0 2E C6 9 32
Octal 163 203 212 21 5 0 56 306 11 62
Binary 1110011 10000011 10001010 10001 101 0 101110 11000110 1001 110010

Color Harmonies of #73838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73838A

Black with #73838A

Text Example


Text Example

White with #73838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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