Html Css Color HEX #746A8A Kimberly

📋 copy color: '#746A8A'

red 116 ◦ green 106 ◦ blue 138

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

Shades of Kimberly #746A8A

Tints of Kimberly #746A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 32.22%
G = 29.44%
B = 38.33%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#746A8A (or 0x746A8A) is known color: Kimberly. HEX triplet: 74, 6A and 8A. RGB value is (116,106,138). Sum of RGB (Red+Green+Blue) = 116+106+138=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #746A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746A8A is #8B9575. Grayscale: #707070. Windows color (decimal): -9147766 or 9071220. OLE color: 9071220.

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

Color convert

RGB 116 106 138 -
CMYK 0.16 0.23 0 0.46
HSL 258.75º 0.13% 0.48% -
HSV(B) 258.75º 0.23% 0.54% -
XYZ 16.94 15.86 26.21 -
YUV 112.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 116 106 138 0.16 0.23 0 0.46 258.75 0.13 0.48
Hex 74 6A 8A 10 17 0 2E 103 D 30
Octal 164 152 212 20 27 0 56 403 15 60
Binary 1110100 1101010 10001010 10000 10111 0 101110 100000011 1101 110000

Color Harmonies of #746A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A8A

Black with #746A8A

Text Example


Text Example

White with #746A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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