Html Css Color HEX #75638C Kimberly

📋 copy color: '#75638C'

red 117 ◦ green 99 ◦ blue 140

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

Shades of Kimberly #75638C

Tints of Kimberly #75638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 32.87%
G = 27.81%
B = 39.33%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75638C (or 0x75638C) is known color: Kimberly. HEX triplet: 75, 63 and 8C. RGB value is (117,99,140). Sum of RGB (Red+Green+Blue) = 117+99+140=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #75638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75638C is #8A9C73. Grayscale: #6C6C6C. Windows color (decimal): -9084020 or 9200501. OLE color: 9200501.

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

Color convert

RGB 117 99 140 -
CMYK 0.16 0.29 0 0.45
HSL 266.34º 0.17% 0.47% -
HSV(B) 266.34º 0.29% 0.55% -
XYZ 16.53 14.6 26.76 -
YUV 109.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 117 99 140 0.16 0.29 0 0.45 266.34 0.17 0.47
Hex 75 63 8C 10 1D 0 2D 10A 11 2F
Octal 165 143 214 20 35 0 55 412 21 57
Binary 1110101 1100011 10001100 10000 11101 0 101101 100001010 10001 101111

Color Harmonies of #75638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75638C

Black with #75638C

Text Example


Text Example

White with #75638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75638C; }

 p { color: rgb(117,99,140); }

 H1.HeaderClassName
 {
   color: #75638C;
 }
 .AnyTagClassName
 {
   color: #75638C;
 }
</style>

background-color css

<style>
 a { background-color: #75638C; }

 a { background-color: rgb(117,99,140); }

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

border-color css

<style>
 span { border-color: #75638C; }

 span { border-color: rgb(117,99,140); }

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