Html Css Color HEX #74618B Kimberly

📋 copy color: '#74618B'

red 116 ◦ green 97 ◦ blue 139

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

Shades of Kimberly #74618B

Tints of Kimberly #74618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.56%

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

R = 32.95%
G = 27.56%
B = 39.49%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74618B (or 0x74618B) is known color: Kimberly. HEX triplet: 74, 61 and 8B. RGB value is (116,97,139). Sum of RGB (Red+Green+Blue) = 116+97+139=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #74618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74618B is #8B9E74. Grayscale: #6B6B6B. Windows color (decimal): -9150069 or 9134452. OLE color: 9134452.

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

Color convert

RGB 116 97 139 -
CMYK 0.17 0.30 0 0.45
HSL 267.14º 0.18% 0.46% -
HSV(B) 267.14º 0.3% 0.55% -
XYZ 16.14 14.13 26.3 -
YUV 107.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 116 97 139 0.17 0.30 0 0.45 267.14 0.18 0.46
Hex 74 61 8B 11 1E 0 2D 10B 12 2E
Octal 164 141 213 21 36 0 55 413 22 56
Binary 1110100 1100001 10001011 10001 11110 0 101101 100001011 10010 101110

Color Harmonies of #74618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74618B

Black with #74618B

Text Example


Text Example

White with #74618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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