Html Css Color HEX #758DA0 Bermuda Grey

📋 copy color: '#758DA0'

red 117 ◦ green 141 ◦ blue 160

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

Shades of Bermuda Grey #758DA0

Tints of Bermuda Grey #758DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.28%

R = 27.99%
G = 33.73%
B = 38.28%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#758DA0 (or 0x758DA0) is known color: Bermuda Grey. HEX triplet: 75, 8D and A0. RGB value is (117,141,160). Sum of RGB (Red+Green+Blue) = 117+141+160=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 160 - color contains mainly: blue. Hex color #758DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DA0 is #8A725F. Grayscale: #878787. Windows color (decimal): -9073248 or 10521973. OLE color: 10521973.

HSL color Cylindrical-coordinate representation of color #758DA0: hue angle of 206.51º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #758DA0 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 141 160 -
CMYK 0.27 0.12 0 0.37
HSL 206.51º 0.18% 0.54% -
HSV(B) 206.51º 0.27% 0.63% -
XYZ 23.21 25.37 36.93 -
YUV 135.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 117 141 160 0.27 0.12 0 0.37 206.51 0.18 0.54
Hex 75 8D A0 1B C 0 25 CF 12 36
Octal 165 215 240 33 14 0 45 317 22 66
Binary 1110101 10001101 10100000 11011 1100 0 100101 11001111 10010 110110

Color Harmonies of #758DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DA0

Black with #758DA0

Text Example


Text Example

White with #758DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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