Html Css Color HEX #758F9F Bermuda Grey

📋 copy color: '#758F9F'

red 117 ◦ green 143 ◦ blue 159

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

Shades of Bermuda Grey #758F9F

Tints of Bermuda Grey #758F9F

RGB

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

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

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

R = 27.92%
G = 34.13%
B = 37.95%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#758F9F (or 0x758F9F) is known color: Bermuda Grey. HEX triplet: 75, 8F and 9F. RGB value is (117,143,159). Sum of RGB (Red+Green+Blue) = 117+143+159=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #758F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F9F is #8A7060. Grayscale: #888888. Windows color (decimal): -9072737 or 10456949. OLE color: 10456949.

HSL color Cylindrical-coordinate representation of color #758F9F: hue angle of 202.86º 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 #758F9F is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 143 159 -
CMYK 0.26 0.10 0 0.38
HSL 202.86º 0.18% 0.54% -
HSV(B) 202.86º 0.26% 0.62% -
XYZ 23.42 25.93 36.57 -
YUV 137.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 117 143 159 0.26 0.10 0 0.38 202.86 0.18 0.54
Hex 75 8F 9F 1A A 0 26 CB 12 36
Octal 165 217 237 32 12 0 46 313 22 66
Binary 1110101 10001111 10011111 11010 1010 0 100110 11001011 10010 110110

Color Harmonies of #758F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F9F

Black with #758F9F

Text Example


Text Example

White with #758F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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