Html Css Color HEX #78898D Regent Grey

📋 copy color: '#78898D'

red 120 ◦ green 137 ◦ blue 141

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

Shades of Regent Grey #78898D

Tints of Regent Grey #78898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 30.15%
G = 34.42%
B = 35.43%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78898D (or 0x78898D) is known color: Regent Grey. HEX triplet: 78, 89 and 8D. RGB value is (120,137,141). Sum of RGB (Red+Green+Blue) = 120+137+141=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 141 - color contains mainly: blue. Hex color #78898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78898D is #877672. Grayscale: #848484. Windows color (decimal): -8877683 or 9275768. OLE color: 9275768.

HSL color Cylindrical-coordinate representation of color #78898D: hue angle of 191.43º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78898D is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 137 141 -
CMYK 0.15 0.03 0 0.45
HSL 191.43º 0.08% 0.51% -
HSV(B) 191.43º 0.15% 0.55% -
XYZ 21.5 23.81 28.66 -
YUV 132.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 120 137 141 0.15 0.03 0 0.45 191.43 0.08 0.51
Hex 78 89 8D F 3 0 2D BF 8 33
Octal 170 211 215 17 3 0 55 277 10 63
Binary 1111000 10001001 10001101 1111 11 0 101101 10111111 1000 110011

Color Harmonies of #78898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78898D

Black with #78898D

Text Example


Text Example

White with #78898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78898D; }

 p { color: rgb(120,137,141); }

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

background-color css

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

 a { background-color: rgb(120,137,141); }

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

border-color css

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

 span { border-color: rgb(120,137,141); }

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