Html Css Color HEX #7893AA Bermuda Grey

📋 copy color: '#7893AA'

red 120 ◦ green 147 ◦ blue 170

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

Shades of Bermuda Grey #7893AA

Tints of Bermuda Grey #7893AA

RGB

 RED value IS 120 (47.27% from 255) = 27.46%

 GREEN value IS 147 (57.81% from 255) = 33.64%

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 27.46%
G = 33.64%
B = 38.9%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7893AA (or 0x7893AA) is known color: Bermuda Grey. HEX triplet: 78, 93 and AA. RGB value is (120,147,170). Sum of RGB (Red+Green+Blue) = 120+147+170=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #7893AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7893AA is #876C55. Grayscale: #8D8D8D. Windows color (decimal): -8875094 or 11178872. OLE color: 11178872.

HSL color Cylindrical-coordinate representation of color #7893AA: hue angle of 207.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7893AA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 147 170 -
CMYK 0.29 0.14 0 0.33
HSL 207.6º 0.23% 0.57% -
HSV(B) 207.6º 0.29% 0.67% -
XYZ 25.44 27.76 42.05 -
YUV 141.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 120 147 170 0.29 0.14 0 0.33 207.6 0.23 0.57
Hex 78 93 AA 1D E 0 21 D0 17 39
Octal 170 223 252 35 16 0 41 320 27 71
Binary 1111000 10010011 10101010 11101 1110 0 100001 11010000 10111 111001

Color Harmonies of #7893AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7893AA

Black with #7893AA

Text Example


Text Example

White with #7893AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7893AA; }

 p { color: rgb(120,147,170); }

 H1.HeaderClassName
 {
   color: #7893AA;
 }
 .AnyTagClassName
 {
   color: #7893AA;
 }
</style>

background-color css

<style>
 a { background-color: #7893AA; }

 a { background-color: rgb(120,147,170); }

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

border-color css

<style>
 span { border-color: #7893AA; }

 span { border-color: rgb(120,147,170); }

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