Html Css Color HEX #758F9D Bermuda Grey

📋 copy color: '#758F9D'

red 117 ◦ green 143 ◦ blue 157

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

Shades of Bermuda Grey #758F9D

Tints of Bermuda Grey #758F9D

RGB

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

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

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

R = 28.06%
G = 34.29%
B = 37.65%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#758F9D (or 0x758F9D) is known color: Bermuda Grey. HEX triplet: 75, 8F and 9D. RGB value is (117,143,157). Sum of RGB (Red+Green+Blue) = 117+143+157=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #758F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F9D is #8A7062. Grayscale: #888888. Windows color (decimal): -9072739 or 10325877. OLE color: 10325877.

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

Color convert

RGB 117 143 157 -
CMYK 0.25 0.09 0 0.38
HSL 201º 0.17% 0.54% -
HSV(B) 201º 0.25% 0.62% -
XYZ 23.24 25.86 35.66 -
YUV 136.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 117 143 157 0.25 0.09 0 0.38 201 0.17 0.54
Hex 75 8F 9D 19 9 0 26 C9 11 36
Octal 165 217 235 31 11 0 46 311 21 66
Binary 1110101 10001111 10011101 11001 1001 0 100110 11001001 10001 110110

Color Harmonies of #758F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F9D

Black with #758F9D

Text Example


Text Example

White with #758F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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