Html Css Color HEX #788385 Regent Grey

📋 copy color: '#788385'

red 120 ◦ green 131 ◦ blue 133

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

Shades of Regent Grey #788385

Tints of Regent Grey #788385

RGB

 RED value IS 120 (47.27% from 255) = 31.25%

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

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 31.25%
G = 34.11%
B = 34.64%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#788385 (or 0x788385) is known color: Regent Grey. HEX triplet: 78, 83 and 85. RGB value is (120,131,133). Sum of RGB (Red+Green+Blue) = 120+131+133=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 133 - color contains mainly: blue. Hex color #788385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788385 is #877C7A. Grayscale: #7F7F7F. Windows color (decimal): -8879227 or 8749944. OLE color: 8749944.

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

Color convert

RGB 120 131 133 -
CMYK 0.10 0.02 0 0.48
HSL 189.23º 0.05% 0.5% -
HSV(B) 189.23º 0.1% 0.52% -
XYZ 20.1 21.92 25.36 -
YUV 127.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 120 131 133 0.10 0.02 0 0.48 189.23 0.05 0.5
Hex 78 83 85 A 2 0 30 BD 5 32
Octal 170 203 205 12 2 0 60 275 5 62
Binary 1111000 10000011 10000101 1010 10 0 110000 10111101 101 110010

Color Harmonies of #788385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788385

Black with #788385

Text Example


Text Example

White with #788385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788385; }

 p { color: rgb(120,131,133); }

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

background-color css

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

 a { background-color: rgb(120,131,133); }

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

border-color css

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

 span { border-color: rgb(120,131,133); }

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