Html Css Color HEX #748FA2 Bermuda Grey

📋 copy color: '#748FA2'

red 116 ◦ green 143 ◦ blue 162

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

Shades of Bermuda Grey #748FA2

Tints of Bermuda Grey #748FA2

RGB

 RED value IS 116 (45.7% from 255) = 27.55%

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

 BLUE value IS 162 (63.67% from 255) = 38.48%

R = 27.55%
G = 33.97%
B = 38.48%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#748FA2 (or 0x748FA2) is known color: Bermuda Grey. HEX triplet: 74, 8F and A2. RGB value is (116,143,162). Sum of RGB (Red+Green+Blue) = 116+143+162=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 162 - color contains mainly: blue. Hex color #748FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748FA2 is #8B705D. Grayscale: #888888. Windows color (decimal): -9138270 or 10653556. OLE color: 10653556.

HSL color Cylindrical-coordinate representation of color #748FA2: hue angle of 204.78º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #748FA2 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 143 162 -
CMYK 0.28 0.12 0 0.36
HSL 204.78º 0.2% 0.55% -
HSV(B) 204.78º 0.28% 0.64% -
XYZ 23.55 25.97 37.95 -
YUV 137.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 116 143 162 0.28 0.12 0 0.36 204.78 0.2 0.55
Hex 74 8F A2 1C C 0 24 CD 14 37
Octal 164 217 242 34 14 0 44 315 24 67
Binary 1110100 10001111 10100010 11100 1100 0 100100 11001101 10100 110111

Color Harmonies of #748FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FA2

Black with #748FA2

Text Example


Text Example

White with #748FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748FA2; }

 p { color: rgb(116,143,162); }

 H1.HeaderClassName
 {
   color: #748FA2;
 }
 .AnyTagClassName
 {
   color: #748FA2;
 }
</style>

background-color css

<style>
 a { background-color: #748FA2; }

 a { background-color: rgb(116,143,162); }

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

border-color css

<style>
 span { border-color: #748FA2; }

 span { border-color: rgb(116,143,162); }

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