Html Css Color HEX #736D85 Kimberly

📋 copy color: '#736D85'

red 115 ◦ green 109 ◦ blue 133

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

Shades of Kimberly #736D85

Tints of Kimberly #736D85

RGB

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

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

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

R = 32.21%
G = 30.53%
B = 37.25%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#736D85 (or 0x736D85) is known color: Kimberly. HEX triplet: 73, 6D and 85. RGB value is (115,109,133). Sum of RGB (Red+Green+Blue) = 115+109+133=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #736D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736D85 is #8C927A. Grayscale: #717171. Windows color (decimal): -9212539 or 8744307. OLE color: 8744307.

HSL color Cylindrical-coordinate representation of color #736D85: hue angle of 255º 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 #736D85 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 109 133 -
CMYK 0.14 0.18 0 0.48
HSL 255º 0.1% 0.47% -
HSV(B) 255º 0.18% 0.52% -
XYZ 16.77 16.28 24.45 -
YUV 113.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 115 109 133 0.14 0.18 0 0.48 255 0.1 0.47
Hex 73 6D 85 E 12 0 30 FF A 2F
Octal 163 155 205 16 22 0 60 377 12 57
Binary 1110011 1101101 10000101 1110 10010 0 110000 11111111 1010 101111

Color Harmonies of #736D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736D85

Black with #736D85

Text Example


Text Example

White with #736D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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