Html Css Color HEX #75648A Kimberly

📋 copy color: '#75648A'

red 117 ◦ green 100 ◦ blue 138

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

Shades of Kimberly #75648A

Tints of Kimberly #75648A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 32.96%
G = 28.17%
B = 38.87%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75648A (or 0x75648A) is known color: Kimberly. HEX triplet: 75, 64 and 8A. RGB value is (117,100,138). Sum of RGB (Red+Green+Blue) = 117+100+138=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #75648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75648A is #8A9B75. Grayscale: #6D6D6D. Windows color (decimal): -9083766 or 9069685. OLE color: 9069685.

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

Color convert

RGB 117 100 138 -
CMYK 0.15 0.28 0 0.46
HSL 266.84º 0.16% 0.47% -
HSV(B) 266.84º 0.28% 0.54% -
XYZ 16.48 14.73 26.02 -
YUV 109.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 117 100 138 0.15 0.28 0 0.46 266.84 0.16 0.47
Hex 75 64 8A F 1C 0 2E 10B 10 2F
Octal 165 144 212 17 34 0 56 413 20 57
Binary 1110101 1100100 10001010 1111 11100 0 101110 100001011 10000 101111

Color Harmonies of #75648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75648A

Black with #75648A

Text Example


Text Example

White with #75648A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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