Html Css Color HEX #758FA0 Bermuda Grey

📋 copy color: '#758FA0'

red 117 ◦ green 143 ◦ blue 160

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

Shades of Bermuda Grey #758FA0

Tints of Bermuda Grey #758FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

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

R = 27.86%
G = 34.05%
B = 38.1%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#758FA0 (or 0x758FA0) is known color: Bermuda Grey. HEX triplet: 75, 8F and A0. RGB value is (117,143,160). Sum of RGB (Red+Green+Blue) = 117+143+160=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 160 - color contains mainly: blue. Hex color #758FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758FA0 is #8A705F. Grayscale: #898989. Windows color (decimal): -9072736 or 10522485. OLE color: 10522485.

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

Color convert

RGB 117 143 160 -
CMYK 0.27 0.11 0 0.37
HSL 203.72º 0.18% 0.54% -
HSV(B) 203.72º 0.27% 0.63% -
XYZ 23.5 25.96 37.03 -
YUV 137.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 117 143 160 0.27 0.11 0 0.37 203.72 0.18 0.54
Hex 75 8F A0 1B B 0 25 CC 12 36
Octal 165 217 240 33 13 0 45 314 22 66
Binary 1110101 10001111 10100000 11011 1011 0 100101 11001100 10010 110110

Color Harmonies of #758FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FA0

Black with #758FA0

Text Example


Text Example

White with #758FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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