Html Css Color HEX #7C919D Bermuda Grey

📋 copy color: '#7C919D'

red 124 ◦ green 145 ◦ blue 157

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

Shades of Bermuda Grey #7C919D

Tints of Bermuda Grey #7C919D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.04%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 29.11%
G = 34.04%
B = 36.85%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C919D (or 0x7C919D) is known color: Bermuda Grey. HEX triplet: 7C, 91 and 9D. RGB value is (124,145,157). Sum of RGB (Red+Green+Blue) = 124+145+157=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C919D is #836E62. Grayscale: #8C8C8C. Windows color (decimal): -8613475 or 10326396. OLE color: 10326396.

HSL color Cylindrical-coordinate representation of color #7C919D: hue angle of 201.82º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C919D is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 145 157 -
CMYK 0.21 0.08 0 0.38
HSL 201.82º 0.14% 0.55% -
HSV(B) 201.82º 0.21% 0.62% -
XYZ 24.52 26.97 35.81 -
YUV 140.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 124 145 157 0.21 0.08 0 0.38 201.82 0.14 0.55
Hex 7C 91 9D 15 8 0 26 CA E 37
Octal 174 221 235 25 10 0 46 312 16 67
Binary 1111100 10010001 10011101 10101 1000 0 100110 11001010 1110 110111

Color Harmonies of #7C919D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C919D

Black with #7C919D

Text Example


Text Example

White with #7C919D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,145,157); }

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

background-color css

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

 a { background-color: rgb(124,145,157); }

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

border-color css

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

 span { border-color: rgb(124,145,157); }

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