Html Css Color HEX #748CA1 Bermuda Grey

📋 copy color: '#748CA1'

red 116 ◦ green 140 ◦ blue 161

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

Shades of Bermuda Grey #748CA1

Tints of Bermuda Grey #748CA1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 161 (63.28% from 255) = 38.61%

R = 27.82%
G = 33.57%
B = 38.61%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#748CA1 (or 0x748CA1) is known color: Bermuda Grey. HEX triplet: 74, 8C and A1. RGB value is (116,140,161). Sum of RGB (Red+Green+Blue) = 116+140+161=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 161 - color contains mainly: blue. Hex color #748CA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748CA1 is #8B735E. Grayscale: #878787. Windows color (decimal): -9139039 or 10587252. OLE color: 10587252.

HSL color Cylindrical-coordinate representation of color #748CA1: hue angle of 208º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #748CA1 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 140 161 -
CMYK 0.28 0.13 0 0.37
HSL 208º 0.19% 0.54% -
HSV(B) 208º 0.28% 0.63% -
XYZ 23.01 25.04 37.34 -
YUV 135.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 116 140 161 0.28 0.13 0 0.37 208 0.19 0.54
Hex 74 8C A1 1C D 0 25 D0 13 36
Octal 164 214 241 34 15 0 45 320 23 66
Binary 1110100 10001100 10100001 11100 1101 0 100101 11010000 10011 110110

Color Harmonies of #748CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CA1

Black with #748CA1

Text Example


Text Example

White with #748CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,140,161); }

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

background-color css

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

 a { background-color: rgb(116,140,161); }

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

border-color css

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

 span { border-color: rgb(116,140,161); }

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