Html Css Color HEX #75959D Bermuda Grey

📋 copy color: '#75959D'

red 117 ◦ green 149 ◦ blue 157

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

Shades of Bermuda Grey #75959D

Tints of Bermuda Grey #75959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

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

R = 27.66%
G = 35.22%
B = 37.12%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75959D (or 0x75959D) is known color: Bermuda Grey. HEX triplet: 75, 95 and 9D. RGB value is (117,149,157). Sum of RGB (Red+Green+Blue) = 117+149+157=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #75959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75959D is #8A6A62. Grayscale: #8C8C8C. Windows color (decimal): -9071203 or 10327413. OLE color: 10327413.

HSL color Cylindrical-coordinate representation of color #75959D: hue angle of 192º 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 #75959D is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 149 157 -
CMYK 0.25 0.05 0 0.38
HSL 192º 0.17% 0.54% -
HSV(B) 192º 0.25% 0.62% -
XYZ 24.17 27.71 35.97 -
YUV 140.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 117 149 157 0.25 0.05 0 0.38 192 0.17 0.54
Hex 75 95 9D 19 5 0 26 C0 11 36
Octal 165 225 235 31 5 0 46 300 21 66
Binary 1110101 10010101 10011101 11001 101 0 100110 11000000 10001 110110

Color Harmonies of #75959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75959D

Black with #75959D

Text Example


Text Example

White with #75959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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