Html Css Color HEX #7A8384 Regent Grey

📋 copy color: '#7A8384'

red 122 ◦ green 131 ◦ blue 132

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

Shades of Regent Grey #7A8384

Tints of Regent Grey #7A8384

RGB

 RED value IS 122 (48.05% from 255) = 31.69%

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

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

R = 31.69%
G = 34.03%
B = 34.29%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7A8384 (or 0x7A8384) is known color: Regent Grey. HEX triplet: 7A, 83 and 84. RGB value is (122,131,132). Sum of RGB (Red+Green+Blue) = 122+131+132=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A8384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8384 is #857C7B. Grayscale: #808080. Windows color (decimal): -8748156 or 8684410. OLE color: 8684410.

HSL color Cylindrical-coordinate representation of color #7A8384: hue angle of 186º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A8384 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 122 131 132 -
CMYK 0.08 0.01 0 0.48
HSL 186º 0.04% 0.5% -
HSV(B) 186º 0.08% 0.52% -
XYZ 20.31 22.04 25.01 -
YUV 128.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 122 131 132 0.08 0.01 0 0.48 186 0.04 0.5
Hex 7A 83 84 8 1 0 30 BA 4 32
Octal 172 203 204 10 1 0 60 272 4 62
Binary 1111010 10000011 10000100 1000 1 0 110000 10111010 100 110010

Color Harmonies of #7A8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8384

Black with #7A8384

Text Example


Text Example

White with #7A8384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A8384; }

 p { color: rgb(122,131,132); }

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

background-color css

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

 a { background-color: rgb(122,131,132); }

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

border-color css

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

 span { border-color: rgb(122,131,132); }

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