Html Css Color HEX #738184 Regent Grey

📋 copy color: '#738184'

red 115 ◦ green 129 ◦ blue 132

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

Shades of Regent Grey #738184

Tints of Regent Grey #738184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 30.59%
G = 34.31%
B = 35.11%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#738184 (or 0x738184) is known color: Regent Grey. HEX triplet: 73, 81 and 84. RGB value is (115,129,132). Sum of RGB (Red+Green+Blue) = 115+129+132=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #738184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738184 is #8C7E7B. Grayscale: #7D7D7D. Windows color (decimal): -9207420 or 8683891. OLE color: 8683891.

HSL color Cylindrical-coordinate representation of color #738184: hue angle of 190.59º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #738184 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 129 132 -
CMYK 0.13 0.02 0 0.48
HSL 190.59º 0.07% 0.48% -
HSV(B) 190.59º 0.13% 0.52% -
XYZ 19.09 21.01 24.88 -
YUV 125.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 115 129 132 0.13 0.02 0 0.48 190.59 0.07 0.48
Hex 73 81 84 D 2 0 30 BF 7 30
Octal 163 201 204 15 2 0 60 277 7 60
Binary 1110011 10000001 10000100 1101 10 0 110000 10111111 111 110000

Color Harmonies of #738184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738184

Black with #738184

Text Example


Text Example

White with #738184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738184; }

 p { color: rgb(115,129,132); }

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

background-color css

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

 a { background-color: rgb(115,129,132); }

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

border-color css

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

 span { border-color: rgb(115,129,132); }

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