Html Css Color HEX #746D8D Kimberly

📋 copy color: '#746D8D'

red 116 ◦ green 109 ◦ blue 141

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

Shades of Kimberly #746D8D

Tints of Kimberly #746D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 31.69%
G = 29.78%
B = 38.52%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#746D8D (or 0x746D8D) is known color: Kimberly. HEX triplet: 74, 6D and 8D. RGB value is (116,109,141). Sum of RGB (Red+Green+Blue) = 116+109+141=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #746D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D8D is #8B9272. Grayscale: #727272. Windows color (decimal): -9146995 or 9268596. OLE color: 9268596.

HSL color Cylindrical-coordinate representation of color #746D8D: hue angle of 253.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746D8D is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 109 141 -
CMYK 0.18 0.23 0 0.45
HSL 253.13º 0.13% 0.49% -
HSV(B) 253.13º 0.23% 0.55% -
XYZ 17.48 16.57 27.48 -
YUV 114.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 116 109 141 0.18 0.23 0 0.45 253.13 0.13 0.49
Hex 74 6D 8D 12 17 0 2D FD D 31
Octal 164 155 215 22 27 0 55 375 15 61
Binary 1110100 1101101 10001101 10010 10111 0 101101 11111101 1101 110001

Color Harmonies of #746D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D8D

Black with #746D8D

Text Example


Text Example

White with #746D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,109,141); }

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

background-color css

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

 a { background-color: rgb(116,109,141); }

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

border-color css

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

 span { border-color: rgb(116,109,141); }

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