Html Css Color HEX #78878E Regent Grey

📋 copy color: '#78878E'

red 120 ◦ green 135 ◦ blue 142

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

Shades of Regent Grey #78878E

Tints of Regent Grey #78878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 30.23%
G = 34.01%
B = 35.77%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78878E (or 0x78878E) is known color: Regent Grey. HEX triplet: 78, 87 and 8E. RGB value is (120,135,142). Sum of RGB (Red+Green+Blue) = 120+135+142=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #78878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78878E is #877871. Grayscale: #838383. Windows color (decimal): -8878194 or 9340792. OLE color: 9340792.

HSL color Cylindrical-coordinate representation of color #78878E: hue angle of 199.09º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78878E is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 135 142 -
CMYK 0.15 0.05 0 0.44
HSL 199.09º 0.09% 0.51% -
HSV(B) 199.09º 0.15% 0.56% -
XYZ 21.29 23.27 28.96 -
YUV 131.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 120 135 142 0.15 0.05 0 0.44 199.09 0.09 0.51
Hex 78 87 8E F 5 0 2C C7 9 33
Octal 170 207 216 17 5 0 54 307 11 63
Binary 1111000 10000111 10001110 1111 101 0 101100 11000111 1001 110011

Color Harmonies of #78878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78878E

Black with #78878E

Text Example


Text Example

White with #78878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78878E; }

 p { color: rgb(120,135,142); }

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

background-color css

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

 a { background-color: rgb(120,135,142); }

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

border-color css

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

 span { border-color: rgb(120,135,142); }

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