Html Css Color HEX #75949E Bermuda Grey

📋 copy color: '#75949E'

red 117 ◦ green 148 ◦ blue 158

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

Shades of Bermuda Grey #75949E

Tints of Bermuda Grey #75949E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.35%

R = 27.66%
G = 34.99%
B = 37.35%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75949E (or 0x75949E) is known color: Bermuda Grey. HEX triplet: 75, 94 and 9E. RGB value is (117,148,158). Sum of RGB (Red+Green+Blue) = 117+148+158=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #75949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75949E is #8A6B61. Grayscale: #8B8B8B. Windows color (decimal): -9071458 or 10392693. OLE color: 10392693.

HSL color Cylindrical-coordinate representation of color #75949E: hue angle of 194.63º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75949E is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 148 158 -
CMYK 0.26 0.06 0 0.38
HSL 194.63º 0.17% 0.54% -
HSV(B) 194.63º 0.26% 0.62% -
XYZ 24.1 27.43 36.37 -
YUV 139.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 117 148 158 0.26 0.06 0 0.38 194.63 0.17 0.54
Hex 75 94 9E 1A 6 0 26 C3 11 36
Octal 165 224 236 32 6 0 46 303 21 66
Binary 1110101 10010100 10011110 11010 110 0 100110 11000011 10001 110110

Color Harmonies of #75949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75949E

Black with #75949E

Text Example


Text Example

White with #75949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75949E; }

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

 H1.HeaderClassName
 {
   color: #75949E;
 }
 .AnyTagClassName
 {
   color: #75949E;
 }
</style>

background-color css

<style>
 a { background-color: #75949E; }

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

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

border-color css

<style>
 span { border-color: #75949E; }

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

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