Html Css Color HEX #758D96 Bermuda Grey

📋 copy color: '#758D96'

red 117 ◦ green 141 ◦ blue 150

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

Shades of Bermuda Grey #758D96

Tints of Bermuda Grey #758D96

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 28.68%
G = 34.56%
B = 36.76%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#758D96 (or 0x758D96) is known color: Bermuda Grey. HEX triplet: 75, 8D and 96. RGB value is (117,141,150). Sum of RGB (Red+Green+Blue) = 117+141+150=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 150 - color contains mainly: blue. Hex color #758D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758D96 is #8A7269. Grayscale: #868686. Windows color (decimal): -9073258 or 9866613. OLE color: 9866613.

HSL color Cylindrical-coordinate representation of color #758D96: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #758D96 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 141 150 -
CMYK 0.22 0.06 0 0.41
HSL 196.36º 0.14% 0.52% -
HSV(B) 196.36º 0.22% 0.59% -
XYZ 22.37 25.03 32.51 -
YUV 134.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 117 141 150 0.22 0.06 0 0.41 196.36 0.14 0.52
Hex 75 8D 96 16 6 0 29 C4 E 34
Octal 165 215 226 26 6 0 51 304 16 64
Binary 1110101 10001101 10010110 10110 110 0 101001 11000100 1110 110100

Color Harmonies of #758D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758D96

Black with #758D96

Text Example


Text Example

White with #758D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,141,150); }

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

background-color css

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

 a { background-color: rgb(117,141,150); }

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

border-color css

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

 span { border-color: rgb(117,141,150); }

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