Html Css Color HEX #746787 Kimberly

📋 copy color: '#746787'

red 116 ◦ green 103 ◦ blue 135

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

Shades of Kimberly #746787

Tints of Kimberly #746787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.1%

 BLUE value IS 135 (53.13% from 255) = 38.14%

R = 32.77%
G = 29.1%
B = 38.14%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#746787 (or 0x746787) is known color: Kimberly. HEX triplet: 74, 67 and 87. RGB value is (116,103,135). Sum of RGB (Red+Green+Blue) = 116+103+135=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #746787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746787 is #8B9878. Grayscale: #6E6E6E. Windows color (decimal): -9148537 or 8873844. OLE color: 8873844.

HSL color Cylindrical-coordinate representation of color #746787: hue angle of 264.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746787 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 103 135 -
CMYK 0.14 0.24 0 0.47
HSL 264.38º 0.13% 0.47% -
HSV(B) 264.38º 0.24% 0.53% -
XYZ 16.43 15.16 24.98 -
YUV 110.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 116 103 135 0.14 0.24 0 0.47 264.38 0.13 0.47
Hex 74 67 87 E 18 0 2F 108 D 2F
Octal 164 147 207 16 30 0 57 410 15 57
Binary 1110100 1100111 10000111 1110 11000 0 101111 100001000 1101 101111

Color Harmonies of #746787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746787

Black with #746787

Text Example


Text Example

White with #746787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746787; }

 p { color: rgb(116,103,135); }

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

background-color css

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

 a { background-color: rgb(116,103,135); }

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

border-color css

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

 span { border-color: rgb(116,103,135); }

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