Html Css Color HEX #758C9D Bermuda Grey

📋 copy color: '#758C9D'

red 117 ◦ green 140 ◦ blue 157

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

Shades of Bermuda Grey #758C9D

Tints of Bermuda Grey #758C9D

RGB

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

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

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

R = 28.26%
G = 33.82%
B = 37.92%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#758C9D (or 0x758C9D) is known color: Bermuda Grey. HEX triplet: 75, 8C and 9D. RGB value is (117,140,157). Sum of RGB (Red+Green+Blue) = 117+140+157=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #758C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C9D is #8A7362. Grayscale: #868686. Windows color (decimal): -9073507 or 10325109. OLE color: 10325109.

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

Color convert

RGB 117 140 157 -
CMYK 0.25 0.11 0 0.38
HSL 205.5º 0.17% 0.54% -
HSV(B) 205.5º 0.25% 0.62% -
XYZ 22.8 24.97 35.52 -
YUV 135.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 117 140 157 0.25 0.11 0 0.38 205.5 0.17 0.54
Hex 75 8C 9D 19 B 0 26 CE 11 36
Octal 165 214 235 31 13 0 46 316 21 66
Binary 1110101 10001100 10011101 11001 1011 0 100110 11001110 10001 110110

Color Harmonies of #758C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C9D

Black with #758C9D

Text Example


Text Example

White with #758C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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