Html Css Color HEX #758C9F Bermuda Grey

📋 copy color: '#758C9F'

red 117 ◦ green 140 ◦ blue 159

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

Shades of Bermuda Grey #758C9F

Tints of Bermuda Grey #758C9F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

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

R = 28.13%
G = 33.65%
B = 38.22%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#758C9F (or 0x758C9F) is known color: Bermuda Grey. HEX triplet: 75, 8C and 9F. RGB value is (117,140,159). Sum of RGB (Red+Green+Blue) = 117+140+159=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #758C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C9F is #8A7360. Grayscale: #878787. Windows color (decimal): -9073505 or 10456181. OLE color: 10456181.

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

Color convert

RGB 117 140 159 -
CMYK 0.26 0.12 0 0.38
HSL 207.14º 0.18% 0.54% -
HSV(B) 207.14º 0.26% 0.62% -
XYZ 22.97 25.04 36.42 -
YUV 135.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 117 140 159 0.26 0.12 0 0.38 207.14 0.18 0.54
Hex 75 8C 9F 1A C 0 26 CF 12 36
Octal 165 214 237 32 14 0 46 317 22 66
Binary 1110101 10001100 10011111 11010 1100 0 100110 11001111 10010 110110

Color Harmonies of #758C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C9F

Black with #758C9F

Text Example


Text Example

White with #758C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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