Html Css Color HEX #747089 Kimberly

📋 copy color: '#747089'

red 116 ◦ green 112 ◦ blue 137

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

Shades of Kimberly #747089

Tints of Kimberly #747089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 31.78%
G = 30.68%
B = 37.53%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#747089 (or 0x747089) is known color: Kimberly. HEX triplet: 74, 70 and 89. RGB value is (116,112,137). Sum of RGB (Red+Green+Blue) = 116+112+137=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #747089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747089 is #8B8F76. Grayscale: #737373. Windows color (decimal): -9146231 or 9007220. OLE color: 9007220.

HSL color Cylindrical-coordinate representation of color #747089: hue angle of 249.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747089 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 112 137 -
CMYK 0.15 0.18 0 0.46
HSL 249.6º 0.1% 0.49% -
HSV(B) 249.6º 0.18% 0.54% -
XYZ 17.51 17.11 26.05 -
YUV 116.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 116 112 137 0.15 0.18 0 0.46 249.6 0.1 0.49
Hex 74 70 89 F 12 0 2E FA A 31
Octal 164 160 211 17 22 0 56 372 12 61
Binary 1110100 1110000 10001001 1111 10010 0 101110 11111010 1010 110001

Color Harmonies of #747089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747089

Black with #747089

Text Example


Text Example

White with #747089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747089; }

 p { color: rgb(116,112,137); }

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

background-color css

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

 a { background-color: rgb(116,112,137); }

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

border-color css

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

 span { border-color: rgb(116,112,137); }

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