Html Css Color HEX #736686 Kimberly

📋 copy color: '#736686'

red 115 ◦ green 102 ◦ blue 134

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

Shades of Kimberly #736686

Tints of Kimberly #736686

RGB

 RED value IS 115 (45.31% from 255) = 32.76%

 GREEN value IS 102 (40.23% from 255) = 29.06%

 BLUE value IS 134 (52.73% from 255) = 38.18%

R = 32.76%
G = 29.06%
B = 38.18%

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

#736686 (or 0x736686) is known color: Kimberly. HEX triplet: 73, 66 and 86. RGB value is (115,102,134). Sum of RGB (Red+Green+Blue) = 115+102+134=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 134 - color contains mainly: blue. Hex color #736686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736686 is #8C9979. Grayscale: #6D6D6D. Windows color (decimal): -9214330 or 8808051. OLE color: 8808051.

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

Color convert

RGB 115 102 134 -
CMYK 0.14 0.24 0 0.47
HSL 264.38º 0.14% 0.46% -
HSV(B) 264.38º 0.24% 0.53% -
XYZ 16.12 14.87 24.57 -
YUV 109.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 115 102 134 0.14 0.24 0 0.47 264.38 0.14 0.46
Hex 73 66 86 E 18 0 2F 108 E 2E
Octal 163 146 206 16 30 0 57 410 16 56
Binary 1110011 1100110 10000110 1110 11000 0 101111 100001000 1110 101110

Color Harmonies of #736686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736686

Black with #736686

Text Example


Text Example

White with #736686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736686; }

 p { color: rgb(115,102,134); }

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

background-color css

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

 a { background-color: rgb(115,102,134); }

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

border-color css

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

 span { border-color: rgb(115,102,134); }

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