Html Css Color HEX #736C8C Kimberly

📋 copy color: '#736C8C'

red 115 ◦ green 108 ◦ blue 140

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

Shades of Kimberly #736C8C

Tints of Kimberly #736C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

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

R = 31.68%
G = 29.75%
B = 38.57%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#736C8C (or 0x736C8C) is known color: Kimberly. HEX triplet: 73, 6C and 8C. RGB value is (115,108,140). Sum of RGB (Red+Green+Blue) = 115+108+140=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #736C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C8C is #8C9373. Grayscale: #717171. Windows color (decimal): -9212788 or 9202803. OLE color: 9202803.

HSL color Cylindrical-coordinate representation of color #736C8C: hue angle of 253.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #736C8C is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 108 140 -
CMYK 0.18 0.23 0 0.45
HSL 253.13º 0.13% 0.49% -
HSV(B) 253.13º 0.23% 0.55% -
XYZ 17.17 16.26 27.05 -
YUV 113.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 115 108 140 0.18 0.23 0 0.45 253.13 0.13 0.49
Hex 73 6C 8C 12 17 0 2D FD D 31
Octal 163 154 214 22 27 0 55 375 15 61
Binary 1110011 1101100 10001100 10010 10111 0 101101 11111101 1101 110001

Color Harmonies of #736C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C8C

Black with #736C8C

Text Example


Text Example

White with #736C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736C8C; }

 p { color: rgb(115,108,140); }

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

background-color css

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

 a { background-color: rgb(115,108,140); }

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

border-color css

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

 span { border-color: rgb(115,108,140); }

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