Html Css Color HEX #738084 Regent Grey

📋 copy color: '#738084'

red 115 ◦ green 128 ◦ blue 132

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

Shades of Regent Grey #738084

Tints of Regent Grey #738084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 30.67%
G = 34.13%
B = 35.2%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#738084 (or 0x738084) is known color: Regent Grey. HEX triplet: 73, 80 and 84. RGB value is (115,128,132). Sum of RGB (Red+Green+Blue) = 115+128+132=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #738084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738084 is #8C7F7B. Grayscale: #7C7C7C. Windows color (decimal): -9207676 or 8683635. OLE color: 8683635.

HSL color Cylindrical-coordinate representation of color #738084: hue angle of 194.12º 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 #738084 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 128 132 -
CMYK 0.13 0.03 0 0.48
HSL 194.12º 0.07% 0.48% -
HSV(B) 194.12º 0.13% 0.52% -
XYZ 18.95 20.75 24.84 -
YUV 124.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 115 128 132 0.13 0.03 0 0.48 194.12 0.07 0.48
Hex 73 80 84 D 3 0 30 C2 7 30
Octal 163 200 204 15 3 0 60 302 7 60
Binary 1110011 10000000 10000100 1101 11 0 110000 11000010 111 110000

Color Harmonies of #738084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738084

Black with #738084

Text Example


Text Example

White with #738084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738084; }

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

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

background-color css

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

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

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

border-color css

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

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

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