Html Css Color HEX #758C9E Bermuda Grey

📋 copy color: '#758C9E'

red 117 ◦ green 140 ◦ blue 158

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

Shades of Bermuda Grey #758C9E

Tints of Bermuda Grey #758C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.07%

R = 28.19%
G = 33.73%
B = 38.07%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#758C9E (or 0x758C9E) is known color: Bermuda Grey. HEX triplet: 75, 8C and 9E. RGB value is (117,140,158). Sum of RGB (Red+Green+Blue) = 117+140+158=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #758C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C9E is #8A7361. Grayscale: #878787. Windows color (decimal): -9073506 or 10390645. OLE color: 10390645.

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

Color convert

RGB 117 140 158 -
CMYK 0.26 0.11 0 0.38
HSL 206.34º 0.17% 0.54% -
HSV(B) 206.34º 0.26% 0.62% -
XYZ 22.89 25.01 35.97 -
YUV 135.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 117 140 158 0.26 0.11 0 0.38 206.34 0.17 0.54
Hex 75 8C 9E 1A B 0 26 CE 11 36
Octal 165 214 236 32 13 0 46 316 21 66
Binary 1110101 10001100 10011110 11010 1011 0 100110 11001110 10001 110110

Color Harmonies of #758C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C9E

Black with #758C9E

Text Example


Text Example

White with #758C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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