Html Css Color HEX #746B89 Kimberly

📋 copy color: '#746B89'

red 116 ◦ green 107 ◦ blue 137

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

Shades of Kimberly #746B89

Tints of Kimberly #746B89

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.72%

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

R = 32.22%
G = 29.72%
B = 38.06%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#746B89 (or 0x746B89) is known color: Kimberly. HEX triplet: 74, 6B and 89. RGB value is (116,107,137). Sum of RGB (Red+Green+Blue) = 116+107+137=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #746B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746B89 is #8B9476. Grayscale: #717171. Windows color (decimal): -9147511 or 9005940. OLE color: 9005940.

HSL color Cylindrical-coordinate representation of color #746B89: hue angle of 258º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #746B89 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 107 137 -
CMYK 0.15 0.22 0 0.46
HSL 258º 0.12% 0.48% -
HSV(B) 258º 0.22% 0.54% -
XYZ 16.98 16.03 25.87 -
YUV 113.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 116 107 137 0.15 0.22 0 0.46 258 0.12 0.48
Hex 74 6B 89 F 16 0 2E 102 C 30
Octal 164 153 211 17 26 0 56 402 14 60
Binary 1110100 1101011 10001001 1111 10110 0 101110 100000010 1100 110000

Color Harmonies of #746B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B89

Black with #746B89

Text Example


Text Example

White with #746B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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