Html Css Color HEX #736C82 Kimberly

📋 copy color: '#736C82'

red 115 ◦ green 108 ◦ blue 130

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

Shades of Kimberly #736C82

Tints of Kimberly #736C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.83%

R = 32.58%
G = 30.59%
B = 36.83%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#736C82 (or 0x736C82) is known color: Kimberly. HEX triplet: 73, 6C and 82. RGB value is (115,108,130). Sum of RGB (Red+Green+Blue) = 115+108+130=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #736C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C82 is #8C937D. Grayscale: #707070. Windows color (decimal): -9212798 or 8547443. OLE color: 8547443.

HSL color Cylindrical-coordinate representation of color #736C82: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736C82 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 108 130 -
CMYK 0.12 0.17 0 0.49
HSL 259.09º 0.09% 0.47% -
HSV(B) 259.09º 0.17% 0.51% -
XYZ 16.46 15.98 23.34 -
YUV 112.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 115 108 130 0.12 0.17 0 0.49 259.09 0.09 0.47
Hex 73 6C 82 C 11 0 31 103 9 2F
Octal 163 154 202 14 21 0 61 403 11 57
Binary 1110011 1101100 10000010 1100 10001 0 110001 100000011 1001 101111

Color Harmonies of #736C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C82

Black with #736C82

Text Example


Text Example

White with #736C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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