Html Css Color HEX #758FAB Bermuda Grey

📋 copy color: '#758FAB'

red 117 ◦ green 143 ◦ blue 171

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

Shades of Bermuda Grey #758FAB

Tints of Bermuda Grey #758FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 27.15%
G = 33.18%
B = 39.68%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#758FAB (or 0x758FAB) is known color: Bermuda Grey. HEX triplet: 75, 8F and AB. RGB value is (117,143,171). Sum of RGB (Red+Green+Blue) = 117+143+171=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #758FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758FAB is #8A7054. Grayscale: #8A8A8A. Windows color (decimal): -9072725 or 11243381. OLE color: 11243381.

HSL color Cylindrical-coordinate representation of color #758FAB: hue angle of 211.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758FAB is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 143 171 -
CMYK 0.32 0.16 0 0.33
HSL 211.11º 0.24% 0.56% -
HSV(B) 211.11º 0.32% 0.67% -
XYZ 24.51 26.37 42.33 -
YUV 138.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 117 143 171 0.32 0.16 0 0.33 211.11 0.24 0.56
Hex 75 8F AB 20 10 0 21 D3 18 38
Octal 165 217 253 40 20 0 41 323 30 70
Binary 1110101 10001111 10101011 100000 10000 0 100001 11010011 11000 111000

Color Harmonies of #758FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FAB

Black with #758FAB

Text Example


Text Example

White with #758FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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