Html Css Color HEX #7095AC Bermuda Grey

📋 copy color: '#7095AC'

red 112 ◦ green 149 ◦ blue 172

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

Shades of Bermuda Grey #7095AC

Tints of Bermuda Grey #7095AC

RGB

 RED value IS 112 (44.14% from 255) = 25.87%

 GREEN value IS 149 (58.59% from 255) = 34.41%

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 25.87%
G = 34.41%
B = 39.72%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7095AC (or 0x7095AC) is known color: Bermuda Grey. HEX triplet: 70, 95 and AC. RGB value is (112,149,172). Sum of RGB (Red+Green+Blue) = 112+149+172=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #7095AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7095AC is #8F6A53. Grayscale: #8C8C8C. Windows color (decimal): -9398868 or 11310448. OLE color: 11310448.

HSL color Cylindrical-coordinate representation of color #7095AC: hue angle of 203º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7095AC is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 149 172 -
CMYK 0.35 0.13 0 0.33
HSL 203º 0.27% 0.56% -
HSV(B) 203º 0.35% 0.67% -
XYZ 24.88 27.92 43.11 -
YUV 140.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 112 149 172 0.35 0.13 0 0.33 203 0.27 0.56
Hex 70 95 AC 23 D 0 21 CB 1B 38
Octal 160 225 254 43 15 0 41 313 33 70
Binary 1110000 10010101 10101100 100011 1101 0 100001 11001011 11011 111000

Color Harmonies of #7095AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7095AC

Black with #7095AC

Text Example


Text Example

White with #7095AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7095AC; }

 p { color: rgb(112,149,172); }

 H1.HeaderClassName
 {
   color: #7095AC;
 }
 .AnyTagClassName
 {
   color: #7095AC;
 }
</style>

background-color css

<style>
 a { background-color: #7095AC; }

 a { background-color: rgb(112,149,172); }

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

border-color css

<style>
 span { border-color: #7095AC; }

 span { border-color: rgb(112,149,172); }

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