Html Css Color HEX #76878C Regent Grey

📋 copy color: '#76878C'

red 118 ◦ green 135 ◦ blue 140

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

Shades of Regent Grey #76878C

Tints of Regent Grey #76878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 30.03%
G = 34.35%
B = 35.62%

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

#76878C (or 0x76878C) is known color: Regent Grey. HEX triplet: 76, 87 and 8C. RGB value is (118,135,140). Sum of RGB (Red+Green+Blue) = 118+135+140=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 140 - color contains mainly: blue. Hex color #76878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76878C is #897873. Grayscale: #828282. Windows color (decimal): -9009268 or 9209718. OLE color: 9209718.

HSL color Cylindrical-coordinate representation of color #76878C: hue angle of 193.64º 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 #76878C is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 135 140 -
CMYK 0.16 0.04 0 0.45
HSL 193.64º 0.09% 0.51% -
HSV(B) 193.64º 0.16% 0.55% -
XYZ 20.87 23.07 28.16 -
YUV 130.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 118 135 140 0.16 0.04 0 0.45 193.64 0.09 0.51
Hex 76 87 8C 10 4 0 2D C2 9 33
Octal 166 207 214 20 4 0 55 302 11 63
Binary 1110110 10000111 10001100 10000 100 0 101101 11000010 1001 110011

Color Harmonies of #76878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76878C

Black with #76878C

Text Example


Text Example

White with #76878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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