Html Css Color HEX #72688A Kimberly

📋 copy color: '#72688A'

red 114 ◦ green 104 ◦ blue 138

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

Shades of Kimberly #72688A

Tints of Kimberly #72688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

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

R = 32.02%
G = 29.21%
B = 38.76%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#72688A (or 0x72688A) is known color: Kimberly. HEX triplet: 72, 68 and 8A. RGB value is (114,104,138). Sum of RGB (Red+Green+Blue) = 114+104+138=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #72688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72688A is #8D9775. Grayscale: #6E6E6E. Windows color (decimal): -9279350 or 9070706. OLE color: 9070706.

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

Color convert

RGB 114 104 138 -
CMYK 0.17 0.25 0 0.46
HSL 257.65º 0.14% 0.47% -
HSV(B) 257.65º 0.25% 0.54% -
XYZ 16.48 15.31 26.13 -
YUV 110.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 114 104 138 0.17 0.25 0 0.46 257.65 0.14 0.47
Hex 72 68 8A 11 19 0 2E 102 E 2F
Octal 162 150 212 21 31 0 56 402 16 57
Binary 1110010 1101000 10001010 10001 11001 0 101110 100000010 1110 101111

Color Harmonies of #72688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72688A

Black with #72688A

Text Example


Text Example

White with #72688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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