Html Css Color HEX #7C898C Regent Grey

📋 copy color: '#7C898C'

red 124 ◦ green 137 ◦ blue 140

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

Shades of Regent Grey #7C898C

Tints of Regent Grey #7C898C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.16%

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

R = 30.92%
G = 34.16%
B = 34.91%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7C898C (or 0x7C898C) is known color: Regent Grey. HEX triplet: 7C, 89 and 8C. RGB value is (124,137,140). Sum of RGB (Red+Green+Blue) = 124+137+140=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C898C is #837673. Grayscale: #858585. Windows color (decimal): -8615540 or 9210236. OLE color: 9210236.

HSL color Cylindrical-coordinate representation of color #7C898C: hue angle of 191.25º degrees, saturation: 0.07, 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 #7C898C is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 124 137 140 -
CMYK 0.11 0.02 0 0.45
HSL 191.25º 0.07% 0.52% -
HSV(B) 191.25º 0.11% 0.55% -
XYZ 21.99 24.07 28.3 -
YUV 133.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 124 137 140 0.11 0.02 0 0.45 191.25 0.07 0.52
Hex 7C 89 8C B 2 0 2D BF 7 34
Octal 174 211 214 13 2 0 55 277 7 64
Binary 1111100 10001001 10001100 1011 10 0 101101 10111111 111 110100

Color Harmonies of #7C898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C898C

Black with #7C898C

Text Example


Text Example

White with #7C898C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,137,140); }

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

background-color css

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

 a { background-color: rgb(124,137,140); }

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

border-color css

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

 span { border-color: rgb(124,137,140); }

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