Html Css Color HEX #74638D Kimberly

📋 copy color: '#74638D'

red 116 ◦ green 99 ◦ blue 141

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

Shades of Kimberly #74638D

Tints of Kimberly #74638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

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

R = 32.58%
G = 27.81%
B = 39.61%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74638D (or 0x74638D) is known color: Kimberly. HEX triplet: 74, 63 and 8D. RGB value is (116,99,141). Sum of RGB (Red+Green+Blue) = 116+99+141=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #74638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74638D is #8B9C72. Grayscale: #6C6C6C. Windows color (decimal): -9149555 or 9266036. OLE color: 9266036.

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

Color convert

RGB 116 99 141 -
CMYK 0.18 0.30 0 0.45
HSL 264.29º 0.18% 0.47% -
HSV(B) 264.29º 0.3% 0.55% -
XYZ 16.47 14.56 27.14 -
YUV 108.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 116 99 141 0.18 0.30 0 0.45 264.29 0.18 0.47
Hex 74 63 8D 12 1E 0 2D 108 12 2F
Octal 164 143 215 22 36 0 55 410 22 57
Binary 1110100 1100011 10001101 10010 11110 0 101101 100001000 10010 101111

Color Harmonies of #74638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74638D

Black with #74638D

Text Example


Text Example

White with #74638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,99,141); }

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

background-color css

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

 a { background-color: rgb(116,99,141); }

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

border-color css

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

 span { border-color: rgb(116,99,141); }

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