Html Css Color HEX #75648B Kimberly

📋 copy color: '#75648B'

red 117 ◦ green 100 ◦ blue 139

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

Shades of Kimberly #75648B

Tints of Kimberly #75648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 32.87%
G = 28.09%
B = 39.04%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75648B (or 0x75648B) is known color: Kimberly. HEX triplet: 75, 64 and 8B. RGB value is (117,100,139). Sum of RGB (Red+Green+Blue) = 117+100+139=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #75648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75648B is #8A9B74. Grayscale: #6D6D6D. Windows color (decimal): -9083765 or 9135221. OLE color: 9135221.

HSL color Cylindrical-coordinate representation of color #75648B: hue angle of 266.15º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75648B is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 100 139 -
CMYK 0.16 0.28 0 0.45
HSL 266.15º 0.16% 0.47% -
HSV(B) 266.15º 0.28% 0.55% -
XYZ 16.55 14.76 26.4 -
YUV 109.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 117 100 139 0.16 0.28 0 0.45 266.15 0.16 0.47
Hex 75 64 8B 10 1C 0 2D 10A 10 2F
Octal 165 144 213 20 34 0 55 412 20 57
Binary 1110101 1100100 10001011 10000 11100 0 101101 100001010 10000 101111

Color Harmonies of #75648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75648B

Black with #75648B

Text Example


Text Example

White with #75648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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