Html Css Color HEX #746B8C Kimberly

📋 copy color: '#746B8C'

red 116 ◦ green 107 ◦ blue 140

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

Shades of Kimberly #746B8C

Tints of Kimberly #746B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 31.96%
G = 29.48%
B = 38.57%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#746B8C (or 0x746B8C) is known color: Kimberly. HEX triplet: 74, 6B and 8C. RGB value is (116,107,140). Sum of RGB (Red+Green+Blue) = 116+107+140=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #746B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746B8C is #8B9473. Grayscale: #717171. Windows color (decimal): -9147508 or 9202548. OLE color: 9202548.

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

Color convert

RGB 116 107 140 -
CMYK 0.17 0.24 0 0.45
HSL 256.36º 0.13% 0.48% -
HSV(B) 256.36º 0.24% 0.55% -
XYZ 17.19 16.12 27.02 -
YUV 113.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 116 107 140 0.17 0.24 0 0.45 256.36 0.13 0.48
Hex 74 6B 8C 11 18 0 2D 100 D 30
Octal 164 153 214 21 30 0 55 400 15 60
Binary 1110100 1101011 10001100 10001 11000 0 101101 100000000 1101 110000

Color Harmonies of #746B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B8C

Black with #746B8C

Text Example


Text Example

White with #746B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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