Html Css Color HEX #788185 Regent Grey

📋 copy color: '#788185'

red 120 ◦ green 129 ◦ blue 133

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

Shades of Regent Grey #788185

Tints of Regent Grey #788185

RGB

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

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

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

R = 31.41%
G = 33.77%
B = 34.82%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#788185 (or 0x788185) is known color: Regent Grey. HEX triplet: 78, 81 and 85. RGB value is (120,129,133). Sum of RGB (Red+Green+Blue) = 120+129+133=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 133 - color contains mainly: blue. Hex color #788185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788185 is #877E7A. Grayscale: #7E7E7E. Windows color (decimal): -8879739 or 8749432. OLE color: 8749432.

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

Color convert

RGB 120 129 133 -
CMYK 0.10 0.03 0 0.48
HSL 198.46º 0.05% 0.5% -
HSV(B) 198.46º 0.1% 0.52% -
XYZ 19.83 21.39 25.27 -
YUV 126.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 120 129 133 0.10 0.03 0 0.48 198.46 0.05 0.5
Hex 78 81 85 A 3 0 30 C6 5 32
Octal 170 201 205 12 3 0 60 306 5 62
Binary 1111000 10000001 10000101 1010 11 0 110000 11000110 101 110010

Color Harmonies of #788185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788185

Black with #788185

Text Example


Text Example

White with #788185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788185; }

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

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

background-color css

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

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

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

border-color css

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

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

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