Html Css Color HEX #746A8C Kimberly

📋 copy color: '#746A8C'

red 116 ◦ green 106 ◦ blue 140

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

Shades of Kimberly #746A8C

Tints of Kimberly #746A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

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

R = 32.04%
G = 29.28%
B = 38.67%

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

#746A8C (or 0x746A8C) is known color: Kimberly. HEX triplet: 74, 6A and 8C. RGB value is (116,106,140). Sum of RGB (Red+Green+Blue) = 116+106+140=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #746A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746A8C is #8B9573. Grayscale: #707070. Windows color (decimal): -9147764 or 9202292. OLE color: 9202292.

HSL color Cylindrical-coordinate representation of color #746A8C: hue angle of 257.65º degrees, saturation: 0.14, 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 #746A8C is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 106 140 -
CMYK 0.17 0.24 0 0.45
HSL 257.65º 0.14% 0.48% -
HSV(B) 257.65º 0.24% 0.55% -
XYZ 17.09 15.91 26.98 -
YUV 112.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 116 106 140 0.17 0.24 0 0.45 257.65 0.14 0.48
Hex 74 6A 8C 11 18 0 2D 102 E 30
Octal 164 152 214 21 30 0 55 402 16 60
Binary 1110100 1101010 10001100 10001 11000 0 101101 100000010 1110 110000

Color Harmonies of #746A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A8C

Black with #746A8C

Text Example


Text Example

White with #746A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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