Html Css Color HEX #72698C Kimberly

📋 copy color: '#72698C'

red 114 ◦ green 105 ◦ blue 140

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

Shades of Kimberly #72698C

Tints of Kimberly #72698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

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

R = 31.75%
G = 29.25%
B = 39%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72698C (or 0x72698C) is known color: Kimberly. HEX triplet: 72, 69 and 8C. RGB value is (114,105,140). Sum of RGB (Red+Green+Blue) = 114+105+140=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #72698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72698C is #8D9673. Grayscale: #6F6F6F. Windows color (decimal): -9279092 or 9202034. OLE color: 9202034.

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

Color convert

RGB 114 105 140 -
CMYK 0.19 0.25 0 0.45
HSL 255.43º 0.14% 0.48% -
HSV(B) 255.43º 0.25% 0.55% -
XYZ 16.72 15.57 26.94 -
YUV 111.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 114 105 140 0.19 0.25 0 0.45 255.43 0.14 0.48
Hex 72 69 8C 13 19 0 2D FF E 30
Octal 162 151 214 23 31 0 55 377 16 60
Binary 1110010 1101001 10001100 10011 11001 0 101101 11111111 1110 110000

Color Harmonies of #72698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72698C

Black with #72698C

Text Example


Text Example

White with #72698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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