Html Css Color HEX #7C8F93 Regent Grey

📋 copy color: '#7C8F93'

red 124 ◦ green 143 ◦ blue 147

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

Shades of Regent Grey #7C8F93

Tints of Regent Grey #7C8F93

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.54%

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 29.95%
G = 34.54%
B = 35.51%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7C8F93 (or 0x7C8F93) is known color: Regent Grey. HEX triplet: 7C, 8F and 93. RGB value is (124,143,147). Sum of RGB (Red+Green+Blue) = 124+143+147=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C8F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8F93 is #83706C. Grayscale: #898989. Windows color (decimal): -8613997 or 9670524. OLE color: 9670524.

HSL color Cylindrical-coordinate representation of color #7C8F93: hue angle of 190.43º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C8F93 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 143 147 -
CMYK 0.16 0.03 0 0.42
HSL 190.43º 0.1% 0.53% -
HSV(B) 190.43º 0.16% 0.58% -
XYZ 23.4 26.04 31.4 -
YUV 137.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 124 143 147 0.16 0.03 0 0.42 190.43 0.1 0.53
Hex 7C 8F 93 10 3 0 2A BE A 35
Octal 174 217 223 20 3 0 52 276 12 65
Binary 1111100 10001111 10010011 10000 11 0 101010 10111110 1010 110101

Color Harmonies of #7C8F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8F93

Black with #7C8F93

Text Example


Text Example

White with #7C8F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,143,147); }

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

background-color css

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

 a { background-color: rgb(124,143,147); }

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

border-color css

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

 span { border-color: rgb(124,143,147); }

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