Html Css Color HEX #78868D Regent Grey

📋 copy color: '#78868D'

red 120 ◦ green 134 ◦ blue 141

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

Shades of Regent Grey #78868D

Tints of Regent Grey #78868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.92%

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

R = 30.38%
G = 33.92%
B = 35.7%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78868D (or 0x78868D) is known color: Regent Grey. HEX triplet: 78, 86 and 8D. RGB value is (120,134,141). Sum of RGB (Red+Green+Blue) = 120+134+141=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #78868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78868D is #877972. Grayscale: #828282. Windows color (decimal): -8878451 or 9275000. OLE color: 9275000.

HSL color Cylindrical-coordinate representation of color #78868D: hue angle of 200º 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 #78868D is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 134 141 -
CMYK 0.15 0.05 0 0.45
HSL 200º 0.08% 0.51% -
HSV(B) 200º 0.15% 0.55% -
XYZ 21.08 22.97 28.52 -
YUV 130.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 120 134 141 0.15 0.05 0 0.45 200 0.08 0.51
Hex 78 86 8D F 5 0 2D C8 8 33
Octal 170 206 215 17 5 0 55 310 10 63
Binary 1111000 10000110 10001101 1111 101 0 101101 11001000 1000 110011

Color Harmonies of #78868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78868D

Black with #78868D

Text Example


Text Example

White with #78868D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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