Html Css Color HEX #758A94 Bermuda Grey

📋 copy color: '#758A94'

red 117 ◦ green 138 ◦ blue 148

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

Shades of Bermuda Grey #758A94

Tints of Bermuda Grey #758A94

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

 BLUE value IS 148 (58.2% from 255) = 36.72%

R = 29.03%
G = 34.24%
B = 36.72%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#758A94 (or 0x758A94) is known color: Bermuda Grey. HEX triplet: 75, 8A and 94. RGB value is (117,138,148). Sum of RGB (Red+Green+Blue) = 117+138+148=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 148 - color contains mainly: blue. Hex color #758A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A94 is #8A756B. Grayscale: #848484. Windows color (decimal): -9074028 or 9734773. OLE color: 9734773.

HSL color Cylindrical-coordinate representation of color #758A94: hue angle of 199.35º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758A94 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 138 148 -
CMYK 0.21 0.07 0 0.42
HSL 199.35º 0.13% 0.52% -
HSV(B) 199.35º 0.21% 0.58% -
XYZ 21.77 24.1 31.52 -
YUV 132.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 117 138 148 0.21 0.07 0 0.42 199.35 0.13 0.52
Hex 75 8A 94 15 7 0 2A C7 D 34
Octal 165 212 224 25 7 0 52 307 15 64
Binary 1110101 10001010 10010100 10101 111 0 101010 11000111 1101 110100

Color Harmonies of #758A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A94

Black with #758A94

Text Example


Text Example

White with #758A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758A94; }

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

 H1.HeaderClassName
 {
   color: #758A94;
 }
 .AnyTagClassName
 {
   color: #758A94;
 }
</style>

background-color css

<style>
 a { background-color: #758A94; }

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

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

border-color css

<style>
 span { border-color: #758A94; }

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

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