Html Css Color HEX #72688D Kimberly

📋 copy color: '#72688D'

red 114 ◦ green 104 ◦ blue 141

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

Shades of Kimberly #72688D

Tints of Kimberly #72688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 31.75%
G = 28.97%
B = 39.28%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72688D (or 0x72688D) is known color: Kimberly. HEX triplet: 72, 68 and 8D. RGB value is (114,104,141). Sum of RGB (Red+Green+Blue) = 114+104+141=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #72688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72688D is #8D9772. Grayscale: #6F6F6F. Windows color (decimal): -9279347 or 9267314. OLE color: 9267314.

HSL color Cylindrical-coordinate representation of color #72688D: hue angle of 256.22º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72688D is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 104 141 -
CMYK 0.19 0.26 0 0.45
HSL 256.22º 0.15% 0.48% -
HSV(B) 256.22º 0.26% 0.55% -
XYZ 16.7 15.4 27.29 -
YUV 111.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 114 104 141 0.19 0.26 0 0.45 256.22 0.15 0.48
Hex 72 68 8D 13 1A 0 2D 100 F 30
Octal 162 150 215 23 32 0 55 400 17 60
Binary 1110010 1101000 10001101 10011 11010 0 101101 100000000 1111 110000

Color Harmonies of #72688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72688D

Black with #72688D

Text Example


Text Example

White with #72688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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