Html Css Color HEX #72638A Kimberly

📋 copy color: '#72638A'

red 114 ◦ green 99 ◦ blue 138

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

Shades of Kimberly #72638A

Tints of Kimberly #72638A

RGB

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

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

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

R = 32.48%
G = 28.21%
B = 39.32%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#72638A (or 0x72638A) is known color: Kimberly. HEX triplet: 72, 63 and 8A. RGB value is (114,99,138). Sum of RGB (Red+Green+Blue) = 114+99+138=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #72638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72638A is #8D9C75. Grayscale: #6B6B6B. Windows color (decimal): -9280630 or 9069426. OLE color: 9069426.

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

Color convert

RGB 114 99 138 -
CMYK 0.17 0.28 0 0.46
HSL 263.08º 0.16% 0.46% -
HSV(B) 263.08º 0.28% 0.54% -
XYZ 15.99 14.34 25.97 -
YUV 107.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 114 99 138 0.17 0.28 0 0.46 263.08 0.16 0.46
Hex 72 63 8A 11 1C 0 2E 107 10 2E
Octal 162 143 212 21 34 0 56 407 20 56
Binary 1110010 1100011 10001010 10001 11100 0 101110 100000111 10000 101110

Color Harmonies of #72638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72638A

Black with #72638A

Text Example


Text Example

White with #72638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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