Html Css Color HEX #75949F Bermuda Grey

📋 copy color: '#75949F'

red 117 ◦ green 148 ◦ blue 159

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

Shades of Bermuda Grey #75949F

Tints of Bermuda Grey #75949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 27.59%
G = 34.91%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75949F (or 0x75949F) is known color: Bermuda Grey. HEX triplet: 75, 94 and 9F. RGB value is (117,148,159). Sum of RGB (Red+Green+Blue) = 117+148+159=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #75949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75949F is #8A6B60. Grayscale: #8B8B8B. Windows color (decimal): -9071457 or 10458229. OLE color: 10458229.

HSL color Cylindrical-coordinate representation of color #75949F: hue angle of 195.71º degrees, saturation: 0.18, 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 #75949F is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 148 159 -
CMYK 0.26 0.07 0 0.38
HSL 195.71º 0.18% 0.54% -
HSV(B) 195.71º 0.26% 0.62% -
XYZ 24.18 27.46 36.83 -
YUV 139.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 117 148 159 0.26 0.07 0 0.38 195.71 0.18 0.54
Hex 75 94 9F 1A 7 0 26 C4 12 36
Octal 165 224 237 32 7 0 46 304 22 66
Binary 1110101 10010100 10011111 11010 111 0 100110 11000100 10010 110110

Color Harmonies of #75949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75949F

Black with #75949F

Text Example


Text Example

White with #75949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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