Html Css Color HEX #74628B Kimberly

📋 copy color: '#74628B'

red 116 ◦ green 98 ◦ blue 139

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

Shades of Kimberly #74628B

Tints of Kimberly #74628B

RGB

 RED value IS 116 (45.7% from 255) = 32.86%

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 139 (54.69% from 255) = 39.38%

R = 32.86%
G = 27.76%
B = 39.38%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74628B (or 0x74628B) is known color: Kimberly. HEX triplet: 74, 62 and 8B. RGB value is (116,98,139). Sum of RGB (Red+Green+Blue) = 116+98+139=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #74628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74628B is #8B9D74. Grayscale: #6B6B6B. Windows color (decimal): -9149813 or 9134708. OLE color: 9134708.

HSL color Cylindrical-coordinate representation of color #74628B: hue angle of 266.34º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74628B is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 98 139 -
CMYK 0.17 0.29 0 0.45
HSL 266.34º 0.17% 0.46% -
HSV(B) 266.34º 0.29% 0.55% -
XYZ 16.23 14.31 26.33 -
YUV 108.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 116 98 139 0.17 0.29 0 0.45 266.34 0.17 0.46
Hex 74 62 8B 11 1D 0 2D 10A 11 2E
Octal 164 142 213 21 35 0 55 412 21 56
Binary 1110100 1100010 10001011 10001 11101 0 101101 100001010 10001 101110

Color Harmonies of #74628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74628B

Black with #74628B

Text Example


Text Example

White with #74628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74628B; }

 p { color: rgb(116,98,139); }

 H1.HeaderClassName
 {
   color: #74628B;
 }
 .AnyTagClassName
 {
   color: #74628B;
 }
</style>

background-color css

<style>
 a { background-color: #74628B; }

 a { background-color: rgb(116,98,139); }

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

border-color css

<style>
 span { border-color: #74628B; }

 span { border-color: rgb(116,98,139); }

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