Html Css Color HEX #73828A Regent Grey

📋 copy color: '#73828A'

red 115 ◦ green 130 ◦ blue 138

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

Shades of Regent Grey #73828A

Tints of Regent Grey #73828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

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

R = 30.03%
G = 33.94%
B = 36.03%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#73828A (or 0x73828A) is known color: Regent Grey. HEX triplet: 73, 82 and 8A. RGB value is (115,130,138). Sum of RGB (Red+Green+Blue) = 115+130+138=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #73828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73828A is #8C7D75. Grayscale: #7E7E7E. Windows color (decimal): -9207158 or 9077363. OLE color: 9077363.

HSL color Cylindrical-coordinate representation of color #73828A: hue angle of 200.87º 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 #73828A is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 130 138 -
CMYK 0.17 0.06 0 0.46
HSL 200.87º 0.09% 0.5% -
HSV(B) 200.87º 0.17% 0.54% -
XYZ 19.64 21.45 27.15 -
YUV 126.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 115 130 138 0.17 0.06 0 0.46 200.87 0.09 0.5
Hex 73 82 8A 11 6 0 2E C9 9 32
Octal 163 202 212 21 6 0 56 311 11 62
Binary 1110011 10000010 10001010 10001 110 0 101110 11001001 1001 110010

Color Harmonies of #73828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73828A

Black with #73828A

Text Example


Text Example

White with #73828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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