Html Css Color HEX #7C878B Regent Grey

📋 copy color: '#7C878B'

red 124 ◦ green 135 ◦ blue 139

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

Shades of Regent Grey #7C878B

Tints of Regent Grey #7C878B

RGB

 RED value IS 124 (48.83% from 255) = 31.16%

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 31.16%
G = 33.92%
B = 34.92%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7C878B (or 0x7C878B) is known color: Regent Grey. HEX triplet: 7C, 87 and 8B. RGB value is (124,135,139). Sum of RGB (Red+Green+Blue) = 124+135+139=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C878B is #837874. Grayscale: #848484. Windows color (decimal): -8616053 or 9144188. OLE color: 9144188.

HSL color Cylindrical-coordinate representation of color #7C878B: hue angle of 196º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C878B is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 124 135 139 -
CMYK 0.11 0.03 0 0.45
HSL 196º 0.06% 0.52% -
HSV(B) 196º 0.11% 0.55% -
XYZ 21.64 23.48 27.82 -
YUV 132.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 124 135 139 0.11 0.03 0 0.45 196 0.06 0.52
Hex 7C 87 8B B 3 0 2D C4 6 34
Octal 174 207 213 13 3 0 55 304 6 64
Binary 1111100 10000111 10001011 1011 11 0 101101 11000100 110 110100

Color Harmonies of #7C878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C878B

Black with #7C878B

Text Example


Text Example

White with #7C878B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C878B; }

 p { color: rgb(124,135,139); }

 H1.HeaderClassName
 {
   color: #7C878B;
 }
 .AnyTagClassName
 {
   color: #7C878B;
 }
</style>

background-color css

<style>
 a { background-color: #7C878B; }

 a { background-color: rgb(124,135,139); }

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

border-color css

<style>
 span { border-color: #7C878B; }

 span { border-color: rgb(124,135,139); }

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