Html Css Color HEX #758DA5 Bermuda Grey

📋 copy color: '#758DA5'

red 117 ◦ green 141 ◦ blue 165

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

Shades of Bermuda Grey #758DA5

Tints of Bermuda Grey #758DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.01%

R = 27.66%
G = 33.33%
B = 39.01%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#758DA5 (or 0x758DA5) is known color: Bermuda Grey. HEX triplet: 75, 8D and A5. RGB value is (117,141,165). Sum of RGB (Red+Green+Blue) = 117+141+165=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 165 - color contains mainly: blue. Hex color #758DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DA5 is #8A725A. Grayscale: #888888. Windows color (decimal): -9073243 or 10849653. OLE color: 10849653.

HSL color Cylindrical-coordinate representation of color #758DA5: hue angle of 210º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #758DA5 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 141 165 -
CMYK 0.29 0.15 0 0.35
HSL 210º 0.21% 0.55% -
HSV(B) 210º 0.29% 0.65% -
XYZ 23.65 25.55 39.28 -
YUV 136.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 117 141 165 0.29 0.15 0 0.35 210 0.21 0.55
Hex 75 8D A5 1D F 0 23 D2 15 37
Octal 165 215 245 35 17 0 43 322 25 67
Binary 1110101 10001101 10100101 11101 1111 0 100011 11010010 10101 110111

Color Harmonies of #758DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DA5

Black with #758DA5

Text Example


Text Example

White with #758DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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