Html Css Color HEX #7594AF Bermuda Grey

📋 copy color: '#7594AF'

red 117 ◦ green 148 ◦ blue 175

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

Shades of Bermuda Grey #7594AF

Tints of Bermuda Grey #7594AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

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

R = 26.59%
G = 33.64%
B = 39.77%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7594AF (or 0x7594AF) is known color: Bermuda Grey. HEX triplet: 75, 94 and AF. RGB value is (117,148,175). Sum of RGB (Red+Green+Blue) = 117+148+175=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #7594AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7594AF is #8A6B50. Grayscale: #8D8D8D. Windows color (decimal): -9071441 or 11506805. OLE color: 11506805.

HSL color Cylindrical-coordinate representation of color #7594AF: hue angle of 207.93º 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 #7594AF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 148 175 -
CMYK 0.33 0.15 0 0.31
HSL 207.93º 0.27% 0.57% -
HSV(B) 207.93º 0.33% 0.69% -
XYZ 25.66 28.06 44.62 -
YUV 141.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 117 148 175 0.33 0.15 0 0.31 207.93 0.27 0.57
Hex 75 94 AF 21 F 0 1F D0 1B 39
Octal 165 224 257 41 17 0 37 320 33 71
Binary 1110101 10010100 10101111 100001 1111 0 11111 11010000 11011 111001

Color Harmonies of #7594AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7594AF

Black with #7594AF

Text Example


Text Example

White with #7594AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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