Html Css Color HEX #75909B Bermuda Grey

📋 copy color: '#75909B'

red 117 ◦ green 144 ◦ blue 155

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

Shades of Bermuda Grey #75909B

Tints of Bermuda Grey #75909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 28.13%
G = 34.62%
B = 37.26%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75909B (or 0x75909B) is known color: Bermuda Grey. HEX triplet: 75, 90 and 9B. RGB value is (117,144,155). Sum of RGB (Red+Green+Blue) = 117+144+155=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #75909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75909B is #8A6F64. Grayscale: #898989. Windows color (decimal): -9072485 or 10195061. OLE color: 10195061.

HSL color Cylindrical-coordinate representation of color #75909B: hue angle of 197.37º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75909B is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 144 155 -
CMYK 0.25 0.07 0 0.39
HSL 197.37º 0.16% 0.53% -
HSV(B) 197.37º 0.25% 0.61% -
XYZ 23.23 26.09 34.82 -
YUV 137.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 117 144 155 0.25 0.07 0 0.39 197.37 0.16 0.53
Hex 75 90 9B 19 7 0 27 C5 10 35
Octal 165 220 233 31 7 0 47 305 20 65
Binary 1110101 10010000 10011011 11001 111 0 100111 11000101 10000 110101

Color Harmonies of #75909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75909B

Black with #75909B

Text Example


Text Example

White with #75909B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75909B; }

 p { color: rgb(117,144,155); }

 H1.HeaderClassName
 {
   color: #75909B;
 }
 .AnyTagClassName
 {
   color: #75909B;
 }
</style>

background-color css

<style>
 a { background-color: #75909B; }

 a { background-color: rgb(117,144,155); }

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

border-color css

<style>
 span { border-color: #75909B; }

 span { border-color: rgb(117,144,155); }

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