Html Css Color HEX #736C8E Kimberly

📋 copy color: '#736C8E'

red 115 ◦ green 108 ◦ blue 142

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

Shades of Kimberly #736C8E

Tints of Kimberly #736C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 31.51%
G = 29.59%
B = 38.9%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#736C8E (or 0x736C8E) is known color: Kimberly. HEX triplet: 73, 6C and 8E. RGB value is (115,108,142). Sum of RGB (Red+Green+Blue) = 115+108+142=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #736C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C8E is #8C9371. Grayscale: #717171. Windows color (decimal): -9212786 or 9333875. OLE color: 9333875.

HSL color Cylindrical-coordinate representation of color #736C8E: hue angle of 252.35º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #736C8E is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 108 142 -
CMYK 0.19 0.24 0 0.44
HSL 252.35º 0.14% 0.49% -
HSV(B) 252.35º 0.24% 0.56% -
XYZ 17.32 16.32 27.83 -
YUV 113.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 115 108 142 0.19 0.24 0 0.44 252.35 0.14 0.49
Hex 73 6C 8E 13 18 0 2C FC E 31
Octal 163 154 216 23 30 0 54 374 16 61
Binary 1110011 1101100 10001110 10011 11000 0 101100 11111100 1110 110001

Color Harmonies of #736C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C8E

Black with #736C8E

Text Example


Text Example

White with #736C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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