Html Css Color HEX #72668C Kimberly

📋 copy color: '#72668C'

red 114 ◦ green 102 ◦ blue 140

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

Shades of Kimberly #72668C

Tints of Kimberly #72668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

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

R = 32.02%
G = 28.65%
B = 39.33%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72668C (or 0x72668C) is known color: Kimberly. HEX triplet: 72, 66 and 8C. RGB value is (114,102,140). Sum of RGB (Red+Green+Blue) = 114+102+140=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 102 (40.23% from 255 or 28.65% 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 #72668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72668C is #8D9973. Grayscale: #6D6D6D. Windows color (decimal): -9279860 or 9201266. OLE color: 9201266.

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

Color convert

RGB 114 102 140 -
CMYK 0.19 0.27 0 0.45
HSL 258.95º 0.16% 0.47% -
HSV(B) 258.95º 0.27% 0.55% -
XYZ 16.42 14.97 26.84 -
YUV 109.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 114 102 140 0.19 0.27 0 0.45 258.95 0.16 0.47
Hex 72 66 8C 13 1B 0 2D 103 10 2F
Octal 162 146 214 23 33 0 55 403 20 57
Binary 1110010 1100110 10001100 10011 11011 0 101101 100000011 10000 101111

Color Harmonies of #72668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72668C

Black with #72668C

Text Example


Text Example

White with #72668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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