Html Css Color HEX #736C85 Kimberly

📋 copy color: '#736C85'

red 115 ◦ green 108 ◦ blue 133

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

Shades of Kimberly #736C85

Tints of Kimberly #736C85

RGB

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

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

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

R = 32.3%
G = 30.34%
B = 37.36%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#736C85 (or 0x736C85) is known color: Kimberly. HEX triplet: 73, 6C and 85. RGB value is (115,108,133). Sum of RGB (Red+Green+Blue) = 115+108+133=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #736C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C85 is #8C937A. Grayscale: #707070. Windows color (decimal): -9212795 or 8744051. OLE color: 8744051.

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

Color convert

RGB 115 108 133 -
CMYK 0.14 0.19 0 0.48
HSL 256.8º 0.1% 0.47% -
HSV(B) 256.8º 0.19% 0.52% -
XYZ 16.67 16.06 24.41 -
YUV 112.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 115 108 133 0.14 0.19 0 0.48 256.8 0.1 0.47
Hex 73 6C 85 E 13 0 30 101 A 2F
Octal 163 154 205 16 23 0 60 401 12 57
Binary 1110011 1101100 10000101 1110 10011 0 110000 100000001 1010 101111

Color Harmonies of #736C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C85

Black with #736C85

Text Example


Text Example

White with #736C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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