Html Css Color HEX #75648E Kimberly

📋 copy color: '#75648E'

red 117 ◦ green 100 ◦ blue 142

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

Shades of Kimberly #75648E

Tints of Kimberly #75648E

RGB

 RED value IS 117 (46.09% from 255) = 32.59%

 GREEN value IS 100 (39.45% from 255) = 27.86%

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

R = 32.59%
G = 27.86%
B = 39.55%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75648E (or 0x75648E) is known color: Kimberly. HEX triplet: 75, 64 and 8E. RGB value is (117,100,142). Sum of RGB (Red+Green+Blue) = 117+100+142=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #75648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75648E is #8A9B71. Grayscale: #6D6D6D. Windows color (decimal): -9083762 or 9331829. OLE color: 9331829.

HSL color Cylindrical-coordinate representation of color #75648E: hue angle of 264.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75648E is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 100 142 -
CMYK 0.18 0.30 0 0.44
HSL 264.29º 0.17% 0.47% -
HSV(B) 264.29º 0.3% 0.56% -
XYZ 16.78 14.85 27.57 -
YUV 109.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 117 100 142 0.18 0.30 0 0.44 264.29 0.17 0.47
Hex 75 64 8E 12 1E 0 2C 108 11 2F
Octal 165 144 216 22 36 0 54 410 21 57
Binary 1110101 1100100 10001110 10010 11110 0 101100 100001000 10001 101111

Color Harmonies of #75648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75648E

Black with #75648E

Text Example


Text Example

White with #75648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75648E; }

 p { color: rgb(117,100,142); }

 H1.HeaderClassName
 {
   color: #75648E;
 }
 .AnyTagClassName
 {
   color: #75648E;
 }
</style>

background-color css

<style>
 a { background-color: #75648E; }

 a { background-color: rgb(117,100,142); }

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

border-color css

<style>
 span { border-color: #75648E; }

 span { border-color: rgb(117,100,142); }

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