Html Css Color HEX #72638C Kimberly

📋 copy color: '#72638C'

red 114 ◦ green 99 ◦ blue 140

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

Shades of Kimberly #72638C

Tints of Kimberly #72638C

RGB

 RED value IS 114 (44.92% from 255) = 32.29%

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

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

R = 32.29%
G = 28.05%
B = 39.66%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72638C (or 0x72638C) is known color: Kimberly. HEX triplet: 72, 63 and 8C. RGB value is (114,99,140). Sum of RGB (Red+Green+Blue) = 114+99+140=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #72638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72638C is #8D9C73. Grayscale: #6C6C6C. Windows color (decimal): -9280628 or 9200498. OLE color: 9200498.

HSL color Cylindrical-coordinate representation of color #72638C: hue angle of 261.95º 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 #72638C is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 99 140 -
CMYK 0.19 0.29 0 0.45
HSL 261.95º 0.17% 0.47% -
HSV(B) 261.95º 0.29% 0.55% -
XYZ 16.13 14.39 26.74 -
YUV 108.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 114 99 140 0.19 0.29 0 0.45 261.95 0.17 0.47
Hex 72 63 8C 13 1D 0 2D 106 11 2F
Octal 162 143 214 23 35 0 55 406 21 57
Binary 1110010 1100011 10001100 10011 11101 0 101101 100000110 10001 101111

Color Harmonies of #72638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72638C

Black with #72638C

Text Example


Text Example

White with #72638C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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