Html Css Color HEX #76878D Regent Grey

📋 copy color: '#76878D'

red 118 ◦ green 135 ◦ blue 141

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

Shades of Regent Grey #76878D

Tints of Regent Grey #76878D

RGB

 RED value IS 118 (46.48% from 255) = 29.95%

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

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

R = 29.95%
G = 34.26%
B = 35.79%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76878D (or 0x76878D) is known color: Regent Grey. HEX triplet: 76, 87 and 8D. RGB value is (118,135,141). Sum of RGB (Red+Green+Blue) = 118+135+141=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #76878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76878D is #897872. Grayscale: #828282. Windows color (decimal): -9009267 or 9275254. OLE color: 9275254.

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

Color convert

RGB 118 135 141 -
CMYK 0.16 0.04 0 0.45
HSL 195.65º 0.09% 0.51% -
HSV(B) 195.65º 0.16% 0.55% -
XYZ 20.94 23.1 28.55 -
YUV 130.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 118 135 141 0.16 0.04 0 0.45 195.65 0.09 0.51
Hex 76 87 8D 10 4 0 2D C4 9 33
Octal 166 207 215 20 4 0 55 304 11 63
Binary 1110110 10000111 10001101 10000 100 0 101101 11000100 1001 110011

Color Harmonies of #76878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76878D

Black with #76878D

Text Example


Text Example

White with #76878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,135,141); }

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

background-color css

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

 a { background-color: rgb(118,135,141); }

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

border-color css

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

 span { border-color: rgb(118,135,141); }

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