Html Css Color HEX #746D85 Kimberly

📋 copy color: '#746D85'

red 116 ◦ green 109 ◦ blue 133

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

Shades of Kimberly #746D85

Tints of Kimberly #746D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 32.4%
G = 30.45%
B = 37.15%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#746D85 (or 0x746D85) is known color: Kimberly. HEX triplet: 74, 6D and 85. RGB value is (116,109,133). Sum of RGB (Red+Green+Blue) = 116+109+133=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #746D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D85 is #8B927A. Grayscale: #717171. Windows color (decimal): -9147003 or 8744308. OLE color: 8744308.

HSL color Cylindrical-coordinate representation of color #746D85: hue angle of 257.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #746D85 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 109 133 -
CMYK 0.13 0.18 0 0.48
HSL 257.5º 0.1% 0.47% -
HSV(B) 257.5º 0.18% 0.52% -
XYZ 16.9 16.34 24.45 -
YUV 113.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 116 109 133 0.13 0.18 0 0.48 257.5 0.1 0.47
Hex 74 6D 85 D 12 0 30 102 A 2F
Octal 164 155 205 15 22 0 60 402 12 57
Binary 1110100 1101101 10000101 1101 10010 0 110000 100000010 1010 101111

Color Harmonies of #746D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D85

Black with #746D85

Text Example


Text Example

White with #746D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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