Html Css Color HEX #758F9B Bermuda Grey

📋 copy color: '#758F9B'

red 117 ◦ green 143 ◦ blue 155

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

Shades of Bermuda Grey #758F9B

Tints of Bermuda Grey #758F9B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.46%

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

R = 28.19%
G = 34.46%
B = 37.35%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#758F9B (or 0x758F9B) is known color: Bermuda Grey. HEX triplet: 75, 8F and 9B. RGB value is (117,143,155). Sum of RGB (Red+Green+Blue) = 117+143+155=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #758F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F9B is #8A7064. Grayscale: #888888. Windows color (decimal): -9072741 or 10194805. OLE color: 10194805.

HSL color Cylindrical-coordinate representation of color #758F9B: hue angle of 198.95º 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 #758F9B is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 143 155 -
CMYK 0.25 0.08 0 0.39
HSL 198.95º 0.16% 0.53% -
HSV(B) 198.95º 0.25% 0.61% -
XYZ 23.07 25.79 34.77 -
YUV 136.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 117 143 155 0.25 0.08 0 0.39 198.95 0.16 0.53
Hex 75 8F 9B 19 8 0 27 C7 10 35
Octal 165 217 233 31 10 0 47 307 20 65
Binary 1110101 10001111 10011011 11001 1000 0 100111 11000111 10000 110101

Color Harmonies of #758F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F9B

Black with #758F9B

Text Example


Text Example

White with #758F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758F9B; }

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

 H1.HeaderClassName
 {
   color: #758F9B;
 }
 .AnyTagClassName
 {
   color: #758F9B;
 }
</style>

background-color css

<style>
 a { background-color: #758F9B; }

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

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

border-color css

<style>
 span { border-color: #758F9B; }

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

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