Html Css Color HEX #7592AF Bermuda Grey

📋 copy color: '#7592AF'

red 117 ◦ green 146 ◦ blue 175

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

Shades of Bermuda Grey #7592AF

Tints of Bermuda Grey #7592AF

RGB

 RED value IS 117 (46.09% from 255) = 26.71%

 GREEN value IS 146 (57.42% from 255) = 33.33%

 BLUE value IS 175 (68.75% from 255) = 39.95%

R = 26.71%
G = 33.33%
B = 39.95%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7592AF (or 0x7592AF) is known color: Bermuda Grey. HEX triplet: 75, 92 and AF. RGB value is (117,146,175). Sum of RGB (Red+Green+Blue) = 117+146+175=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #7592AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7592AF is #8A6D50. Grayscale: #8C8C8C. Windows color (decimal): -9071953 or 11506293. OLE color: 11506293.

HSL color Cylindrical-coordinate representation of color #7592AF: hue angle of 210º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7592AF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 146 175 -
CMYK 0.33 0.17 0 0.31
HSL 210º 0.27% 0.57% -
HSV(B) 210º 0.33% 0.69% -
XYZ 25.35 27.43 44.52 -
YUV 140.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 117 146 175 0.33 0.17 0 0.31 210 0.27 0.57
Hex 75 92 AF 21 11 0 1F D2 1B 39
Octal 165 222 257 41 21 0 37 322 33 71
Binary 1110101 10010010 10101111 100001 10001 0 11111 11010010 11011 111001

Color Harmonies of #7592AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7592AF

Black with #7592AF

Text Example


Text Example

White with #7592AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7592AF; }

 p { color: rgb(117,146,175); }

 H1.HeaderClassName
 {
   color: #7592AF;
 }
 .AnyTagClassName
 {
   color: #7592AF;
 }
</style>

background-color css

<style>
 a { background-color: #7592AF; }

 a { background-color: rgb(117,146,175); }

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

border-color css

<style>
 span { border-color: #7592AF; }

 span { border-color: rgb(117,146,175); }

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