Html Css Color HEX #788285 Regent Grey

📋 copy color: '#788285'

red 120 ◦ green 130 ◦ blue 133

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

Shades of Regent Grey #788285

Tints of Regent Grey #788285

RGB

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

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

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

R = 31.33%
G = 33.94%
B = 34.73%

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

#788285 (or 0x788285) is known color: Regent Grey. HEX triplet: 78, 82 and 85. RGB value is (120,130,133). Sum of RGB (Red+Green+Blue) = 120+130+133=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 133 - color contains mainly: blue. Hex color #788285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788285 is #877D7A. Grayscale: #7F7F7F. Windows color (decimal): -8879483 or 8749688. OLE color: 8749688.

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

Color convert

RGB 120 130 133 -
CMYK 0.10 0.02 0 0.48
HSL 193.85º 0.05% 0.5% -
HSV(B) 193.85º 0.1% 0.52% -
XYZ 19.96 21.65 25.32 -
YUV 127.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 120 130 133 0.10 0.02 0 0.48 193.85 0.05 0.5
Hex 78 82 85 A 2 0 30 C2 5 32
Octal 170 202 205 12 2 0 60 302 5 62
Binary 1111000 10000010 10000101 1010 10 0 110000 11000010 101 110010

Color Harmonies of #788285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788285

Black with #788285

Text Example


Text Example

White with #788285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788285; }

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

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

background-color css

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

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

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

border-color css

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

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

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