Html Css Color HEX #746B85 Kimberly

📋 copy color: '#746B85'

red 116 ◦ green 107 ◦ blue 133

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

Shades of Kimberly #746B85

Tints of Kimberly #746B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 32.58%
G = 30.06%
B = 37.36%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#746B85 (or 0x746B85) is known color: Kimberly. HEX triplet: 74, 6B and 85. RGB value is (116,107,133). Sum of RGB (Red+Green+Blue) = 116+107+133=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #746B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746B85 is #8B947A. Grayscale: #707070. Windows color (decimal): -9147515 or 8743796. OLE color: 8743796.

HSL color Cylindrical-coordinate representation of color #746B85: hue angle of 260.77º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #746B85 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 107 133 -
CMYK 0.13 0.20 0 0.48
HSL 260.77º 0.11% 0.47% -
HSV(B) 260.77º 0.2% 0.52% -
XYZ 16.69 15.92 24.38 -
YUV 112.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 116 107 133 0.13 0.20 0 0.48 260.77 0.11 0.47
Hex 74 6B 85 D 14 0 30 105 B 2F
Octal 164 153 205 15 24 0 60 405 13 57
Binary 1110100 1101011 10000101 1101 10100 0 110000 100000101 1011 101111

Color Harmonies of #746B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B85

Black with #746B85

Text Example


Text Example

White with #746B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746B85; }

 p { color: rgb(116,107,133); }

 H1.HeaderClassName
 {
   color: #746B85;
 }
 .AnyTagClassName
 {
   color: #746B85;
 }
</style>

background-color css

<style>
 a { background-color: #746B85; }

 a { background-color: rgb(116,107,133); }

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

border-color css

<style>
 span { border-color: #746B85; }

 span { border-color: rgb(116,107,133); }

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