Html Css Color HEX #7196A0 Bermuda Grey

📋 copy color: '#7196A0'

red 113 ◦ green 150 ◦ blue 160

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

Shades of Bermuda Grey #7196A0

Tints of Bermuda Grey #7196A0

RGB

 RED value IS 113 (44.53% from 255) = 26.71%

 GREEN value IS 150 (58.98% from 255) = 35.46%

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 26.71%
G = 35.46%
B = 37.83%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7196A0 (or 0x7196A0) is known color: Bermuda Grey. HEX triplet: 71, 96 and A0. RGB value is (113,150,160). Sum of RGB (Red+Green+Blue) = 113+150+160=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 160 - color contains mainly: blue. Hex color #7196A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7196A0 is #8E695F. Grayscale: #8C8C8C. Windows color (decimal): -9333088 or 10524273. OLE color: 10524273.

HSL color Cylindrical-coordinate representation of color #7196A0: hue angle of 192.77º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7196A0 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 150 160 -
CMYK 0.29 0.06 0 0.37
HSL 192.77º 0.2% 0.54% -
HSV(B) 192.77º 0.29% 0.63% -
XYZ 24.06 27.86 37.37 -
YUV 140.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 113 150 160 0.29 0.06 0 0.37 192.77 0.2 0.54
Hex 71 96 A0 1D 6 0 25 C1 14 36
Octal 161 226 240 35 6 0 45 301 24 66
Binary 1110001 10010110 10100000 11101 110 0 100101 11000001 10100 110110

Color Harmonies of #7196A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7196A0

Black with #7196A0

Text Example


Text Example

White with #7196A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7196A0; }

 p { color: rgb(113,150,160); }

 H1.HeaderClassName
 {
   color: #7196A0;
 }
 .AnyTagClassName
 {
   color: #7196A0;
 }
</style>

background-color css

<style>
 a { background-color: #7196A0; }

 a { background-color: rgb(113,150,160); }

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

border-color css

<style>
 span { border-color: #7196A0; }

 span { border-color: rgb(113,150,160); }

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