Html Css Color HEX #75949D Bermuda Grey

📋 copy color: '#75949D'

red 117 ◦ green 148 ◦ blue 157

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

Shades of Bermuda Grey #75949D

Tints of Bermuda Grey #75949D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.2%

R = 27.73%
G = 35.07%
B = 37.2%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75949D (or 0x75949D) is known color: Bermuda Grey. HEX triplet: 75, 94 and 9D. RGB value is (117,148,157). Sum of RGB (Red+Green+Blue) = 117+148+157=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #75949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75949D is #8A6B62. Grayscale: #8B8B8B. Windows color (decimal): -9071459 or 10327157. OLE color: 10327157.

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

Color convert

RGB 117 148 157 -
CMYK 0.25 0.06 0 0.38
HSL 193.5º 0.17% 0.54% -
HSV(B) 193.5º 0.25% 0.62% -
XYZ 24.01 27.4 35.92 -
YUV 139.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 117 148 157 0.25 0.06 0 0.38 193.5 0.17 0.54
Hex 75 94 9D 19 6 0 26 C2 11 36
Octal 165 224 235 31 6 0 46 302 21 66
Binary 1110101 10010100 10011101 11001 110 0 100110 11000010 10001 110110

Color Harmonies of #75949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75949D

Black with #75949D

Text Example


Text Example

White with #75949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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